menu
sm_router package
documentation
sm_router.dart
SMRouter
showRoutes static method
showRoutes static method
dark_mode
light_mode
showRoutes
static method
void
showRoutes
(
List
<
SMRouteName
>
routeNames
)
Implementation
static void showRoutes(List<SMRouteName> routeNames) { return _delegate.showRoutes(routeNames); }
sm_router package
documentation
sm_router
SMRouter
showRoutes static method
SMRouter class