Methods
-
backWithAuth({dynamic result})
→ void
-
-
bottomSheetWithAuth(BuildContext context, {required Widget builder(BuildContext)})
→ Future
-
-
dialogWithAuth(Widget widget, {bool barrierDismissible = true, Color? barrierColor, bool useSafeArea = true, GlobalKey<NavigatorState>? navigatorKey, Object? arguments, Duration? transitionDuration, Curve? transitionCurve, String? name, RouteSettings? routeSettings})
→ Future?
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
openMapsWithAuth({required double latitude, required double longitude})
→ Future
-
-
openPhoneCallWithAuth({required String phoneNumber})
→ Future
-
-
openWhatsAppWithAuth({required String phoneNumber, required String message})
→ Future
-
-
pushNamedAndRemoveUntilWithAuth(String routeName, {Map<String, String>? params, dynamic arguments})
→ Future?
-
-
pushNamedWithAuth(String routeName, {Map<String, String>? params, dynamic arguments, bool preventDuplicates = true})
→ Future?
-
-
pushReplacementNamedWithAuth(String routeName, {Map<String, String>? params, dynamic arguments, bool preventDuplicates = true})
→ Future?
-
-
removeUntilWithAuth(String routeName, {Map<String, String>? params, dynamic arguments})
→ void
-
-
toString()
→ String
-
A string representation of this object.
inherited