FlutterNavigator class
Constructors
-
factory
-
factory
-
factory
-
factory
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
execute(
AnyWidgetContext context, ActionPayload payload) → FutureOr< AWActions?> -
override
-
map<
TResult extends Object?> ({required TResult push(_FlutterNavigatorPush value), required TResult pop(_FlutterNavigatorPop value), required TResult maybePop(_FlutterNavigatorMaybePop value), required TResult pushReplacement(_FlutterNavigatorPushReplacement value)}) → TResult -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- unionValue → const String
- unionValueMaybePop → const String
- unionValuePop → const String
- unionValuePush → const String
- unionValuePushReplacement → const String