IGetNavigation mixin
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
-
back<T>([T? result])
→ void
-
-
backAndtoNamed<T, R>(String page, {T? result, Object? arguments})
→ Future<R?>
-
-
backUntil(bool predicate(GetPage))
→ void
-
-
goToUnknownPage([bool clearPages = true])
→ void
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
off<T>(Widget page(), {bool? opaque, Transition? transition, Curve? curve, Duration? duration, String? id, String? routeName, bool fullscreenDialog = false, dynamic arguments, List<BindingsInterface> bindings = const [], bool preventDuplicates = true, bool? popGesture, bool showCupertinoParallax = true, double gestureWidth(BuildContext context)?})
→ Future<T?>
-
-
offAll<T>(Widget page(), {bool predicate(GetPage route)?, bool opaque = true, bool? popGesture, String? id, String? routeName, dynamic arguments, List<BindingsInterface> bindings = const [], bool fullscreenDialog = false, Transition? transition, Curve? curve, Duration? duration, bool showCupertinoParallax = true, double gestureWidth(BuildContext context)?})
→ Future<T?>?
-
-
offAllNamed<T>(String newRouteName, {dynamic arguments, String? id, Map<String, String>? parameters})
→ Future<T?>?
-
-
offNamed<T>(String page, {dynamic arguments, String? id, Map<String, String>? parameters})
→ Future<T?>
-
-
offNamedUntil<T>(String page, {bool predicate(GetPage route)?, dynamic arguments, String? id, Map<String, String>? parameters})
→ Future<T?>?
-
-
offUntil<T>(Widget page(), bool predicate(GetPage), [Object? arguments])
→ Future<T?>
-
-
popModeUntil(String fullRoute, {PopMode popMode = PopMode.history})
→ Future<void>
-
-
removeRoute<T>(String name)
→ void
-
-
to<T>(Widget page(), {bool? opaque, Transition? transition, Curve? curve, Duration? duration, String? id, String? routeName, bool fullscreenDialog = false, dynamic arguments, List<BindingsInterface> bindings = const [], bool preventDuplicates = true, bool? popGesture, bool showCupertinoParallax = true, double gestureWidth(BuildContext context)?})
→ Future<T?>
-
-
toNamed<T>(String page, {dynamic arguments, String? id, bool preventDuplicates = true, Map<String, String>? parameters})
→ Future<T?>
-
-
toNamedAndOffUntil<T>(String page, bool predicate(GetPage), [Object? data])
→ Future<T?>
-
-
toString()
→ String
-
A string representation of this object.
inherited