ReleaseGuard class
Constructors
- ReleaseGuard(String? releaseGuardedRoute, {dynamic redirectTo})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isDev → bool
-
final
- redirectTo → String?
-
If the route is not allowed then the Guard will redirect to that route.
finalinherited
- releaseGuardedRoute → String?
-
final
- remoteConfig → FirebaseRemoteConfig
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
canActivate(
String path, ModularRoute route) → Future< bool> - Returns a FutureOr
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
pos(
ModularRoute route, ModularArguments data) → FutureOr< ParallelRoute?> -
Method called as soon as route is found and after settings.
inherited
-
pre(
ModularRoute route) → FutureOr< ModularRoute?> -
Method called as soon as route is found and before settings.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited