webViewEnvironment property

  1. @SupportedPlatforms.new(platforms: [WindowsPlatform()])
PlatformWebViewEnvironment? webViewEnvironment
final

Used to create the PlatformCookieManager using the specified environment.

Officially Supported Platforms/Implementations:

  • Windows WebView2

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

Implementation

@SupportedPlatforms(platforms: [WindowsPlatform()])
final PlatformWebViewEnvironment? webViewEnvironment;