YuroRouteExt extension

on

Properties

currentContext BuildContext

Available on YuroInterface, provided by the YuroRouteExt extension

no setter
currentState NavigatorState

Available on YuroInterface, provided by the YuroRouteExt extension

no setter

Available on YuroInterface, provided by the YuroRouteExt extension

getter/setter pair

Methods

canPop() bool

Available on YuroInterface, provided by the YuroRouteExt extension

pop<T>([T? result]) → void

Available on YuroInterface, provided by the YuroRouteExt extension

popAndPushNamed<T, TO>(String routeName, {TO? result, Object? arguments}) Future<T?>

Available on YuroInterface, provided by the YuroRouteExt extension

popUntil(RoutePredicate predicate) → void

Available on YuroInterface, provided by the YuroRouteExt extension

push<T>(Route<T> route) Future<T?>

Available on YuroInterface, provided by the YuroRouteExt extension

pushAndRemoveUntil<T>(Route<T> newRoute, RoutePredicate predicate) Future<T?>

Available on YuroInterface, provided by the YuroRouteExt extension

pushNamed<T>(String routeName, {Object? arguments}) Future<T?>

Available on YuroInterface, provided by the YuroRouteExt extension

pushNamedAndRemoveUntil<T>(String newRouteName, RoutePredicate predicate, {Object? arguments}) Future<T?>

Available on YuroInterface, provided by the YuroRouteExt extension

pushReplacement<T, TO>(Route<T> newRoute, {TO? result}) Future<T?>

Available on YuroInterface, provided by the YuroRouteExt extension

pushReplacementNamed<T, TO>(String routeName, {TO? result, Object? arguments}) Future<T?>

Available on YuroInterface, provided by the YuroRouteExt extension

removeRoute(Route route) → void

Available on YuroInterface, provided by the YuroRouteExt extension

removeRouteBelow(Route anchorRoute) → void

Available on YuroInterface, provided by the YuroRouteExt extension

replace<T>({required Route oldRoute, required Route<T> newRoute}) → void

Available on YuroInterface, provided by the YuroRouteExt extension

replaceRouteBelow<T>({required Route anchorRoute, required Route<T> newRoute}) → void

Available on YuroInterface, provided by the YuroRouteExt extension