webViewEnvironment property

PlatformWebViewEnvironment? webViewEnvironment
final

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

final PlatformWebViewEnvironment? webViewEnvironment;