menu
sm_router package
documentation
sm_router.dart
KIRouter
remove static method
remove static method
dark_mode
light_mode
remove
static method
void
remove
(
String
routeName
)
移除路由.
Implementation
static void remove(String routeName) { _delegate.registry.remove(routeName); }
sm_router package
documentation
sm_router
KIRouter
remove static method
KIRouter class