This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng ký
Đăng nhập
pangyake
/
lift-app
Xem
2
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Yêu cầu khéo về
0
Wiki
Tree:
f4234a7f62
Branches
Tags
master
lift-app
/
lib
/
routers
/
router_init.dart
router_init.dart
104 B
Lịch sử
Raw
1
2
3
4
5
6
import 'package:fluro/fluro.dart';
abstract class IRouterProvider{
void initRouter(Router router);
}