/* * Profile 组件对应的路由抽象接口 */ import 'package:flutter/cupertino.dart'; abstract class ProfileService { void startEditProfilePage({BuildContext? context}); }