AppNavigator class

Annotations
  • @lazySingleton

Constructors

AppNavigator()

Properties

context BuildContext
no setter
hashCode int
The hash code for this object.
no setterinherited
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Operators

operator ==(Object other) bool
The equality operator.
inherited