initialOptions property
- @SupportedPlatforms.new(platforms: [AndroidPlatform(), IOSPlatform()])
- @Deprecated('Use initialSettings instead')
final
Use initialSettings instead.
Officially Supported Platforms/Implementations:
- Android WebView
- iOS WKWebView
Use the PlatformWebViewCreationParams.isPropertySupported method to check if this property is supported at runtime.
Implementation
@SupportedPlatforms(platforms: [AndroidPlatform(), IOSPlatform()])
@Deprecated('Use initialSettings instead')
final InAppWebViewGroupOptions? initialOptions;