AppNavigator class
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
pop<T>({int popCount = 1, T? result})
→ void
-
-
popUntilFirst()
→ void
-
-
push(Widget destination)
→ Future
-
-
pushAndRemoveUntil(Widget destination)
→ Future
-
-
pushReplacement(Widget destination)
→ Future
-
-
showDefaultDialog({String? title = 'Oops...', String? message = 'Terjadi Kesalahan. Coba lagi nanti.', String? errorCode, Function? onDismiss})
→ void
-
-
showDefaultModalBottom({String? illustration, String? title, String? message, String? buttonTitle, dynamic onPressed()?, dynamic onComplete()?, dynamic onBackButton()?, dynamic onCloseButton()?, bool isDismissible = true, bool showCloseButton = false})
→ void
-
-
showDialog({required Widget content})
→ void
-
-
showLoadingDialog()
→ void
-
-
showModalBottom({bool isDismissible = true, bool keyboardPush = false, required Widget content, dynamic onComplete()?})
→ Future<void>
-
-
toString()
→ String
-
A string representation of this object.
inherited