IOSSettings constructor

IOSSettings({
  1. List<String>? notificationTypes,
  2. bool? forceCleanup,
  3. bool? logging,
  4. WebViewSettings? webViewSettings,
  5. bool? withoutRegisteringForRemoteNotifications,
})

Default constructor with all params.

Implementation

IOSSettings({
  this.notificationTypes,
  this.forceCleanup,
  this.logging,
  this.webViewSettings,
  this.withoutRegisteringForRemoteNotifications,
});