GuardsAutoRouteGuard class final

Constructors

GuardsAutoRouteGuard(GuardBase guard, GuardedRouteGeneratingFunction<PageRouteInfo<Object?>> redirectRoute)

Properties

guard GuardBase
final
hashCode int
The hash code for this object.
no setterinherited
redirectRoute GuardedRouteGeneratingFunction<PageRouteInfo<Object?>>
The PageInfo that will be used to redirect the user when the guard is not satisfied.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onNavigation(NavigationResolver resolver, StackRouter router) Future<void>
clients will call resolver.next(true --> default) to continue navigation or resolver.next(false) to abort navigation example
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited