DidReceivedNotificationEvent constructor
DidReceivedNotificationEvent({
- required String title,
- required String body,
- required PushNotificationPayload payload,
- String? linkMobile,
Push notification event when a notification is received
Implementation
DidReceivedNotificationEvent({
required this.title,
required this.body,
required this.payload,
this.linkMobile,
});