NotificareCustomActionReceivedEvent constructor

NotificareCustomActionReceivedEvent({
  1. required NotificareNotification notification,
  2. required NotificareNotificationAction action,
  3. required String uri,
})

Implementation

NotificareCustomActionReceivedEvent({
  required this.notification,
  required this.action,
  required this.uri,
});