NotificationSettings constructor
NotificationSettings({})
Implementation
NotificationSettings({
required this.enabled,
this.configuration = const {},
this.sound = true,
this.vibrate = true,
});
NotificationSettings({
required this.enabled,
this.configuration = const {},
this.sound = true,
this.vibrate = true,
});