FlutterNavigator class

Implemented types
Annotations

Constructors

FlutterNavigator.fromJson(Map<String, dynamic> json)
factory
FlutterNavigator.maybePop({AWActions? actions, bool? rootNavigator})
factory
FlutterNavigator.pop({AWActions? actions, bool? rootNavigator})
factory
FlutterNavigator.push({@c required FlutterRoute route, bool? rootNavigator})
factory
FlutterNavigator.pushReplacement({@c required FlutterRoute route, AWActions? result, bool? rootNavigator})
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
rootNavigator bool?
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