LoginRedirectQuery class
Describe the redirection process between pages.
Return source if you want to transition directly to the page without redirecting.
- Inheritance
-
- Object
- RedirectQuery
- LoginRedirectQuery
Constructors
- LoginRedirectQuery()
-
Describe the redirection process between pages.
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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
-
redirect(
BuildContext context, RouteQuery source) → FutureOr< RouteQuery?> -
Reroute to the page by returning a new
RouteQuerybased on theRouteQueryand other information given in thesourceof the redirect method.override -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited