IOSSettings constructor Null safety
- {List<
String> ? notificationTypes, - bool? forceCleanup,
- bool? logging,
- WebViewSettings? webViewSettings}
Implementation
IOSSettings({this.notificationTypes, this.forceCleanup, this.logging, this.webViewSettings});