GlobalNavigatorEntry class

Represents a global navigator, because there may be multiple navigator in the application

Constructors

Properties

hashCode int
The hash code for this object.
no setterinherited
key String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state NavigatorState
final
userGestureInProgress bool
no setter

Methods

canPop() bool
maybePop<T extends Object?>(String routeName, [T? result]) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pop<T extends Object?>([T? result]) → void
popAndPush<T extends Object?, TO extends Object?>(String routeName, {TO? result, Map<String, dynamic> arguments = const {}, List<String> holdBlocNames = const []}) Future<T?>
popUntil(String routeName) → void
push<T extends Object?>(String routeName, {Map<String, dynamic> arguments = const {}, List<String> holdBlocNames = const []}) Future<T?>
pushAndRemoveUntil<T extends Object?>(String newRouteName, String routeName, {Map<String, dynamic> arguments = const {}, List<String> holdBlocNames = const []}) Future<T?>
pushOrReplacement<T extends Object?, TO extends Object?>(String routeName, String replaceRouteName, {TO? result, Map<String, dynamic> arguments = const {}, List<String> holdBlocNames = const []}) Future<T?>
pushReplacement<T extends Object?, TO extends Object?>(String routeName, {TO? result, Map<String, dynamic> arguments = const {}, List<String> holdBlocNames = const []}) Future<T?>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited