DidReceivedNotificationEvent constructor
DidReceivedNotificationEvent({
- required String title,
- required String body,
- required PushNotificationPayload payload,
- String? linkMobile,
Creates a notification received event with the given notification data.
Implementation
DidReceivedNotificationEvent({
required this.title,
required this.body,
required this.payload,
this.linkMobile,
});