PushNotificationOpened constructor
const
PushNotificationOpened({
- required NotificationData data,
Push notification opened state
Implementation
const PushNotificationOpened({
required this.data,
});