Controls specific aspects of the system navigation stack.
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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
pop(
{bool? animated}) → Future< void> - Removes the topmost Flutter instance, presenting what was before it.
-
routeInformationUpdated(
{String? location, Uri? uri, Object? state, bool replace = false}) → Future< void> - Notifies the platform for a route information change.
-
selectMultiEntryHistory(
) → Future< void> - Selects the multiple-entry history mode.
-
selectSingleEntryHistory(
) → Future< void> - Selects the single-entry history mode.
-
setFrameworkHandlesBack(
bool frameworkHandlesBack) → Future< void> - Informs the platform of whether or not the Flutter framework will handle back events.