menu
all package
documentation
service/router_service.dart
AppRouter
go static method
go static method
dark_mode
light_mode
go
static method
Future
<
void
>
go
(
String
location
)
Implementation
static Future<void> go(String location) async { _router.go(location); }
all package
documentation
service/router_service
AppRouter
go static method
AppRouter class