NotificareNotificationActionIcon constructor

NotificareNotificationActionIcon({
  1. String? android,
  2. String? ios,
  3. String? web,
})

Implementation

NotificareNotificationActionIcon({
  this.android,
  this.ios,
  this.web,
});