NavManager class

Constructors

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

goBack<T extends Object?>([T? result]) → void
goTo<T extends Object?>(Widget screen, {bool fullScreenDialog = false}) Future<T?>
goToAndRemoveUntil<T extends Object?>(Widget screen, RoutePredicate predicate) Future<T?>
goToNamed<T extends Object?>(String routeName) Future<T?>
goToNamedAndRemoveUntil<T extends Object?>(String routeName, RoutePredicate predicate) Future<T?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
replace<T extends Object?>(Widget screen, {bool fullScreenDialog = false}) Future<T?>
replaceNamed<T extends Object?>(String routeName) Future<T?>
toString() String
A string representation of this object.
inherited

Operators

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