AlertStrategy constructor

AlertStrategy({
  1. String? autoClose,
  2. List<NotificationChannelStrategy>? notificationChannelStrategy,
  3. NotificationRateLimit? notificationRateLimit,
})

Implementation

AlertStrategy({
  this.autoClose,
  this.notificationChannelStrategy,
  this.notificationRateLimit,
});