IOSSettings constructor

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

Implementation

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