menu
sandboxed package
documentation
router.dart
AppRouter
guards property
guards property
dark_mode
light_mode
guards
property
List
<
AutoRouteGuard
>
get
guards
inherited
A List of Root router guards
Implementation
List<AutoRouteGuard> get guards => const [];
sandboxed package
documentation
router
AppRouter
guards property
AppRouter class