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