NotificareNotificationUrlClickedEvent constructor

NotificareNotificationUrlClickedEvent({
  1. required NotificareNotification notification,
  2. required String url,
})

Implementation

NotificareNotificationUrlClickedEvent({
  required this.notification,
  required this.url,
});