webViewEnvironment property

  1. @SupportedPlatforms.new(platforms: [WindowsPlatform(), LinuxPlatform(apiName: 'WebKitWebContext', apiUrl: 'https://wpewebkit.org/reference/stable/wpe-webkit-2.0/class.WebContext.html')])
PlatformWebViewEnvironment? webViewEnvironment
final

Used to create the PlatformInAppWebViewWidget using the specified environment.

Officially Supported Platforms/Implementations:

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

Implementation

@SupportedPlatforms(
  platforms: [
    WindowsPlatform(),
    LinuxPlatform(
      apiName: 'WebKitWebContext',
      apiUrl:
          'https://wpewebkit.org/reference/stable/wpe-webkit-2.0/class.WebContext.html',
    ),
  ],
)
final PlatformWebViewEnvironment? webViewEnvironment;