defaultNotificationSettings top-level constant
Implementation
const NotificationSettings defaultNotificationSettings = NotificationSettings(
authorizationStatus: AuthorizationStatus.authorized,
alert: AppleNotificationSetting.notSupported,
announcement: AppleNotificationSetting.notSupported,
badge: AppleNotificationSetting.notSupported,
carPlay: AppleNotificationSetting.notSupported,
lockScreen: AppleNotificationSetting.notSupported,
notificationCenter: AppleNotificationSetting.notSupported,
showPreviews: AppleShowPreviewSetting.notSupported,
sound: AppleNotificationSetting.notSupported,
timeSensitive: AppleNotificationSetting.notSupported,
criticalAlert: AppleNotificationSetting.notSupported,
);