IOSNotificationSettings class
Constructors
-
IOSNotificationSettings({required String authorizationStatus, required String soundSetting, required String badgeSetting, required String notificationCenterSetting, required String lockScreenSetting, required String carPlaySetting, required String alertStyle, required String showPreviewsSetting, String? criticalAlertSetting, bool? providesAppNotificationSettings, String? scheduledDeliverySetting, String? timeSensitiveSetting})
-
-
IOSNotificationSettings.fromMap(Map map)
-
factory
Methods
-
copyWith({String? authorizationStatus, String? soundSetting, String? badgeSetting, String? notificationCenterSetting, String? lockScreenSetting, String? carPlaySetting, String? alertStyle, String? showPreviewsSetting, String? criticalAlertSetting, bool? providesAppNotificationSettings, String? scheduledDeliverySetting, String? timeSensitiveSetting})
→ IOSNotificationSettings
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
override