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