NotificationSeenEvent constructor

NotificationSeenEvent({
  1. required String notificationId,
})

Create a NotificationSeenEvent with the given notificationId

Implementation

NotificationSeenEvent({required this.notificationId});