NotificationPreferences constructor
NotificationPreferences({
- Map<
String, NotificationChannel> ? channels, - bool doNotDisturb = false,
- DoNotDisturbSchedule? doNotDisturbSchedule,
- bool soundEnabled = true,
- bool groupByType = true,
Implementation
NotificationPreferences({
Map<String, NotificationChannel>? channels,
this.doNotDisturb = false,
this.doNotDisturbSchedule,
this.soundEnabled = true,
this.groupByType = true,
}) : channels = channels ?? {};