menu
router_pro package
documentation
router/router_proxy.dart
RouterProxy
removeRouteGuard method
removeRouteGuard method
dark_mode
light_mode
removeRouteGuard
method
void
removeRouteGuard
(
RouteGuard
guard
)
移除路由守卫
Implementation
void removeRouteGuard(RouteGuard guard) { _routeGuards.remove(guard); }
router_pro package
documentation
router/router_proxy
RouterProxy
removeRouteGuard method
RouterProxy class