webViewEnvironment property

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

Used to create the PlatformInAppBrowser using the specified environment.

Officially Supported Platforms/Implementations:

  • Windows WebView2

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

Implementation

@SupportedPlatforms(platforms: [WindowsPlatform()])
PlatformWebViewEnvironment? get webViewEnvironment =>
    params.webViewEnvironment;