NotificationSettings constructor
const
NotificationSettings({
- required AppleNotificationSetting alert,
- required AppleNotificationSetting announcement,
- required AuthorizationStatus authorizationStatus,
- required AppleNotificationSetting badge,
- required AppleNotificationSetting carPlay,
- required AppleNotificationSetting lockScreen,
- required AppleNotificationSetting notificationCenter,
- required AppleShowPreviewSetting showPreviews,
- required AppleNotificationSetting timeSensitive,
- required AppleNotificationSetting criticalAlert,
- required AppleNotificationSetting sound,
Implementation
const NotificationSettings(
{required this.alert,
required this.announcement,
required this.authorizationStatus,
required this.badge,
required this.carPlay,
required this.lockScreen,
required this.notificationCenter,
required this.showPreviews,
required this.timeSensitive,
required this.criticalAlert,
required this.sound});