NavLinkHandler class abstract
This class extends NavLinkHandler and defines the paths that should redirect to a specific scenerio in the app.
It also provides a method to handle this redirection logic.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
redirectPaths
→ List<
String> -
no setter
- 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
-
onRedirect(
BuildContext context, NavLinkResult result) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited