webViewEnvironment property
- @SupportedPlatforms.new(platforms: [WindowsPlatform()])
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;