PushNotificationDataOnlyOpened constructor
const
PushNotificationDataOnlyOpened({
- required PushNotificationPayload payload,
- String? linkMobile,
Push notification opened state for data-only messages
Implementation
const PushNotificationDataOnlyOpened({
required this.payload,
this.linkMobile,
});