PushNotificationDataOnlyReceived constructor

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

Push notification received state for data-only messages

Implementation

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