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