NotificationExtension extension
- on
Methods
-
showConfirmationDialog(
String title, String message) → Future< bool> -
Available on BuildContext, provided by the NotificationExtension extension
-
showInfoSnackbar(
String title, String message) → void -
Available on BuildContext, provided by the NotificationExtension extension
-
showSuccessToast(
String message, {String? title, dynamic type = NotificationType.info, ToastPosition position = ToastPosition.bottom}) → void -
Available on BuildContext, provided by the NotificationExtension extension