PushNotificationOpened constructor

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

Push notification opened state

Implementation

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