NotificareUrlClickedInNotificationEvent constructor

NotificareUrlClickedInNotificationEvent(
  1. String url,
  2. NotificareNotification notification
)

Implementation

NotificareUrlClickedInNotificationEvent(this.url, this.notification);