Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
guadoutech
/
YY-Hotel-Business-ER
Watch
3
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
282a0de278
Branches
Tags
dev-sg
master
master-vn-2
YY-Hotel-Bus...
/
packages
/
cs_router
/
lib
/
componentRouter
/
profile_service.dart
profile_service.dart
117 B
History
Raw
1
2
3
4
5
6
7
8
/**
* Profile组件对应的路由抽象接口
*/
abstract class ProfileService {
Future<bool> isUserLogin();
}