PushNotificationReceived constructor

const PushNotificationReceived({
  1. required NotificationData data,
})

Push notification received state

Implementation

const PushNotificationReceived({
  required this.data,
});