import 'package:auto_route/auto_route.dart'; /* * Profile 组件对应的路由抽象接口 */ abstract class ProfileService { void startEditProfilePage(); PageRouteInfo getProfileRouterInfo(); }