settings property
- @SupportedPlatforms.new(platforms: [WindowsPlatform()])
final
WebView Environment settings.
Officially Supported Platforms/Implementations:
- Windows WebView2
Use the PlatformWebViewEnvironmentCreationParams.isPropertySupported method to check if this property is supported at runtime.
Implementation
@SupportedPlatforms(platforms: [WindowsPlatform()])
final WebViewEnvironmentSettings? settings;