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