UINavUtils class

Constructors

UINavUtils.new()

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

exitAndroid() Future<void>
exitApp() → void
launchURL(String url) Future<bool>
pop(BuildContext context, {Object? arguments, bool rootNavigator = false}) → void
popAndPushNamed(BuildContext context, String routeName, {Object? arguments}) → void
popUntil(BuildContext context, String pageRoute) → void
pushNamed(BuildContext context, String routeName, {Object? arguments}) Future<void>
pushNamedAndRemoveUntil(BuildContext context, String routeName, {String? utilRouteName, Object? arguments}) Future<void>
withName(String? name) RoutePredicate