NotificareNotificationReceivedEvent constructor

NotificareNotificationReceivedEvent({
  1. required NotificareNotification notification,
  2. required NotificareNotificationDeliveryMechanism deliveryMechanism,
})

Implementation

NotificareNotificationReceivedEvent({
  required this.notification,
  required this.deliveryMechanism,
});