AppNavigationImpl class
Methods
-
back({dynamic result})
→ void
-
override
-
bottomSheet(BuildContext context, {required Widget builder(BuildContext), bool? isScrollControlled, bool? enableDrag, bool? isDismissible})
→ Future<void>
-
override
-
dialog(Widget widget, {bool barrierDismissible = true, Color? barrierColor, bool useSafeArea = true, GlobalKey<NavigatorState>? navigatorKey, Object? arguments, Duration? transitionDuration, Curve? transitionCurve, String? name, RouteSettings? routeSettings})
→ Future?
-
override
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
openExternalLink({required String link})
→ Future
-
override
-
openMaps({required double latitude, required double longitude})
→ Future
-
override
-
openPhoneCall({required String phoneNumber})
→ Future
-
override
-
openWhatsApp({required String phoneNumber, required String message})
→ Future
-
override
-
pushNamed(String routeName, {Map<String, String>? params, dynamic arguments, bool preventDuplicates = true})
→ Future?
-
override
-
pushNamedAndRemoveUntil(String routeName, {Map<String, String>? params, dynamic arguments, bool predicate(Route)?})
→ Future?
-
override
-
pushReplacementNamed(String routeName, {Map<String, String>? params, dynamic arguments, bool preventDuplicates = true})
→ Future?
-
override
-
removeUntil(String routeName, {Map<String, String>? params, dynamic arguments})
→ void
-
override
-
toString()
→ String
-
A string representation of this object.
inherited