PushNotificationOpened constructor
const
PushNotificationOpened({
- required String title,
- required String body,
- required PushNotificationPayload payload,
- String? linkMobile,
Push notification opened state
Implementation
const PushNotificationOpened({
required this.title,
required this.body,
required this.payload,
this.linkMobile,
});