menu
flutter_route_guard package
documentation
presentation/route_guard.dart
RouteGuard
state property
state property
dark_mode
light_mode
state
property
BaseAsyncValue
<
bool
>
state
final
The current state of the guard check.
Implementation
final BaseAsyncValue<bool> state;
flutter_route_guard package
documentation
presentation/route_guard
RouteGuard
state property
RouteGuard class