DidUserOpenedDataOnlyNotificationEvent constructor
DidUserOpenedDataOnlyNotificationEvent({
- required PushNotificationPayload payload,
- String? linkMobile,
Creates a data-only notification opened event.
Implementation
DidUserOpenedDataOnlyNotificationEvent({
required this.payload,
this.linkMobile,
});