NotificareNotificationReceivedEvent constructor
NotificareNotificationReceivedEvent({
- required NotificareNotification notification,
- required NotificareNotificationDeliveryMechanism deliveryMechanism,
Implementation
NotificareNotificationReceivedEvent({
required this.notification,
required this.deliveryMechanism,
});