SystemNavigator class abstract final

Controls specific aspects of the system navigation stack.

Constructors

SystemNavigator()

Properties

hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

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({required String location, 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.