PushNotificationDataOnlyReceived constructor
const
PushNotificationDataOnlyReceived({
- required PushNotificationPayload payload,
- String? linkMobile,
Push notification received state for data-only messages
Implementation
const PushNotificationDataOnlyReceived({
required this.payload,
this.linkMobile,
});