uk_service.dart 97 B

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