settings property

WebViewEnvironmentSettings? get settings

WebView Environment settings.

Officially Supported Platforms/Implementations:

  • Windows WebView2

Use the PlatformWebViewEnvironmentCreationParams.isPropertySupported method to check if this property is supported at runtime.

Implementation

WebViewEnvironmentSettings? get settings => params.settings;