PushNotificationReceived constructor
PushNotificationReceived({
- required String title,
- required String body,
- required PushNotificationPayload payload,
- String? linkMobile,
Push notification received state
Implementation
PushNotificationReceived({
required this.title,
required this.body,
required this.payload,
this.linkMobile,
});