NavigationExtensions extension
- on
Methods
-
customGoNamed(
String routeName, {Map< String, String> params = const {}, bool replaceRouteName = false, String? replacedRouteName}) → void -
Available on BuildContext, provided by the NavigationExtensions extension
-
customPushNamed(
String routeName, {Map< String, String> params = const {}, bool replaceRouteName = false, String? replacedRouteName}) → void -
Available on BuildContext, provided by the NavigationExtensions extension
-
openPopup(
String routeName, Map< String, String> param) → String -
Available on BuildContext, provided by the NavigationExtensions extension
-
safePop(
) → void -
Available on BuildContext, provided by the NavigationExtensions extension