NotificationReceivedEvent constructor

NotificationReceivedEvent({
  1. required Notification notification,
})

Create a NotificationReceivedEvent with the given notification

Implementation

NotificationReceivedEvent({required this.notification});