AlertStrategy constructor
AlertStrategy({
- String? autoClose,
- List<
NotificationChannelStrategy> ? notificationChannelStrategy, - NotificationRateLimit? notificationRateLimit,
Implementation
AlertStrategy({
this.autoClose,
this.notificationChannelStrategy,
this.notificationRateLimit,
});