NotificareUnknownNotificationActionOpenedEvent constructor

NotificareUnknownNotificationActionOpenedEvent({
  1. required Map<String, dynamic> notification,
  2. required String action,
  3. required String? responseText,
})

Implementation

NotificareUnknownNotificationActionOpenedEvent({
  required this.notification,
  required this.action,
  required this.responseText,
});