PushNotificationDataOnlyOpened constructor

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

Push notification opened state for data-only messages

Implementation

const PushNotificationDataOnlyOpened({
  required this.payload,
  this.linkMobile,
});