DidUserOpenedNotificationEvent constructor
DidUserOpenedNotificationEvent({
- required String title,
- required String body,
- required PushNotificationPayload payload,
- String? linkMobile,
Push notification event when the user opened the app
Implementation
DidUserOpenedNotificationEvent({
required this.title,
required this.body,
required this.payload,
this.linkMobile,
});