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