addToastNotification method
dynamic
addToastNotification(
- Widget toastNotification({
- Function? onDismiss,
- required ToastNotificationStyleType style,
- dynamic toastNotificationStyleMeta()?,
Add toast notification
Implementation
addToastNotification(
Widget Function({
required ToastNotificationStyleType style,
Function(ToastNotificationStyleMetaHelper helper)?
toastNotificationStyleMeta,
Function? onDismiss,
}) toastNotification) {
_toastNotification = toastNotification;
}