DidReceivedDataOnlyNotificationEvent constructor

DidReceivedDataOnlyNotificationEvent({
  1. required PushNotificationPayload payload,
  2. String? linkMobile,
})

Creates a data-only notification received event.

Implementation

DidReceivedDataOnlyNotificationEvent({
  required this.payload,
  this.linkMobile,
});