menu
sunny_lifecycle package
documentation
push_notification_service.dart
Notification
Notification constructor
Notification constructor
dark_mode
light_mode
Notification
constructor
Notification
(
{
String
?
title
,
String
?
subtitle
,
String
?
body
,
Uri
?
imageUrl
,
})
Implementation
Notification({this.title, this.subtitle, this.body, this.imageUrl});
sunny_lifecycle package
documentation
push_notification_service
Notification
Notification constructor
Notification class