menu
ensemble package
documentation
util/notification_utils.dart
NotificationUtilsBase
showNotification abstract method
showNotification abstract method
dark_mode
light_mode
showNotification
abstract method
Future
<
void
>
showNotification
(
String
title
, {
String
?
body
,
String
?
imageUrl
,
String
?
payload
,
})
Implementation
Future<void> showNotification( String title, { String? body, String? imageUrl, String? payload, });
ensemble package
documentation
util/notification_utils
NotificationUtilsBase
showNotification abstract method
NotificationUtilsBase class