DidUserOpenedDataOnlyNotificationEvent constructor

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

Creates a data-only notification opened event.

Implementation

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