NotificareNotificationActionOpenedEvent constructor

NotificareNotificationActionOpenedEvent({
  1. required NotificareNotification notification,
  2. required NotificareNotificationAction action,
})

Implementation

NotificareNotificationActionOpenedEvent({
  required this.notification,
  required this.action,
});