sg_service.dart 97 B

1234567
  1. /// SG组件对应的路由抽象接口
  2. abstract class SGService {
  3. void startSGMainPage();
  4. }