Please enable JavaScript in your browser!
Inicio
Explorar
Axuda
Iniciar sesión
guadoutech
/
YYHome
Seguir
3
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
db916c0ee8
Ramas
Etiquetas
dev
master
YYHome
/
packages
/
cs_router
/
lib
/
componentRouter
/
service_service.dart
service_service.dart
115 B
Histórico
Raw
1
2
3
4
5
6
7
8
9
/*
* Service 组件对应的路由抽象接口
*/
abstract class ServiceService {
void startServicePage();
}