OnNotificationOpened constructor

OnNotificationOpened(
  1. String? title,
  2. String? summary,
  3. String? extras,
  4. String? subtitle,
  5. int? badge,
)

Implementation

OnNotificationOpened(
    this.title, this.summary, this.extras, this.subtitle, this.badge);