Please enable JavaScript in your browser!
首页
发现
帮助
登录
guadoutech
/
YY-Hotel-Business-ER
关注
3
点赞
0
派生
0
文件
工单管理
0
合并请求
0
Wiki
目录树:
282a0de278
分支列表
标签列表
dev-sg
master
master-vn-2
YY-Hotel-Bus...
/
packages
/
cs_router
/
lib
/
componentRouter
/
profile_service.dart
profile_service.dart
117 B
文件历史
原始文件
1
2
3
4
5
6
7
8
/**
* Profile组件对应的路由抽象接口
*/
abstract class ProfileService {
Future<bool> isUserLogin();
}