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