menu
app_guards package
documentation
guards.dart
LoginGuard
guardIdentifier property
guardIdentifier property
dark_mode
light_mode
guardIdentifier
property
@
override
String
get
guardIdentifier
override
The path to redirect if the user is not logged in.
Implementation
@override String get guardIdentifier => 'login';
app_guards package
documentation
guards
LoginGuard
guardIdentifier property
LoginGuard class