IOSSettings class

iOS specific settings.

Constructors

IOSSettings.new({List<String>? notificationTypes, bool? forceCleanup, bool? logging, 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
logging bool?
Enables logging in Debug runs in XCode, recommended value true.
final
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