IOSSettings class

iOS specific settings.

Constructors

IOSSettings({List<String>? notificationTypes, bool? forceCleanup, WebViewSettings? webViewSettings, bool? withoutRegisteringForRemoteNotifications})
Default constructor with all params.

Properties

forceCleanup bool?
Perform deletion of local data on start.
final
hashCode int
The hash code for this object.
no setterinherited
notificationTypes List<String>?
List of notification types, recommended settings ['alert', 'badge', 'sound'].
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
webViewSettings WebViewSettings?
WebView settings.
final
withoutRegisteringForRemoteNotifications bool?
Postpone registering for push notifications from app start.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Mapping IOSSettings to json.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited