NUINavigator class

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

addContext(ContextGetter context) → void
addScreen(String code) → void
getCurrentScreenCode() String?
getLastContext() BuildContext?
maybePop(BuildContext context, {bool navigatorPop = true}) → void
pop(BuildContext context) → void
popAllAndPush(BuildContext context, Widget page, {PageTransition? transition, Duration? duration}) → void
popAndPush(BuildContext context, Widget page, {PageTransition? transition, Duration? duration}) → void
popContext() → void
popScreen(String code) → void
popWithResult<T>(BuildContext context, T data) → void
push(BuildContext context, Widget page, {PageTransition? transition, Duration? duration}) → void
pushForResult<T>(BuildContext context, Widget page, {PageTransition? transition, Duration? duration}) Future<T?>
pushFull(BuildContext context, Widget page, {PageTransition? transition, Duration? duration}) → void
pushWithResult<T>(BuildContext context, Widget page) Future<T>
setLatestScreenCallback(NavigateToScreenCallback callback) → dynamic