Please enable JavaScript in your browser!
Domů
Procházet
Nápověda
Přihlásit se
guadoutech
/
YY-Hotel-Business-ER
Sledovat
3
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
282a0de278
Větve
Značky
dev-sg
master
master-vn-2
YY-Hotel-Bus...
/
packages
/
cs_router
/
lib
/
componentRouter
/
profile_service.dart
profile_service.dart
117 B
Historie
Surový
1
2
3
4
5
6
7
8
/**
* Profile组件对应的路由抽象接口
*/
abstract class ProfileService {
Future<bool> isUserLogin();
}