menu
simple_push_notification package
documentation
push_notification/push_notification_service_impl.dart
InternalPushNotificationImpl
markNotificationAsRead method
markNotificationAsRead method
dark_mode
light_mode
markNotificationAsRead
method
void
markNotificationAsRead
(
Map
<
String
,
dynamic
>
data
)
Implementation
void markNotificationAsRead(Map<String, dynamic> data) { _onReadNotification(data); }
simple_push_notification package
documentation
push_notification/push_notification_service_impl
InternalPushNotificationImpl
markNotificationAsRead method
InternalPushNotificationImpl class