WebViewEnvironmentSettings constructor

WebViewEnvironmentSettings({
  1. String? additionalBrowserArguments,
  2. bool? allowSingleSignOnUsingOSPrimaryAccount,
  3. String? browserExecutableFolder,
  4. List<CustomSchemeRegistration>? customSchemeRegistrations,
  5. String? language,
  6. String? targetCompatibleBrowserVersion,
  7. String? userDataFolder,
})

Officially Supported Platforms/Implementations:

  • Windows

Implementation

WebViewEnvironmentSettings(
    {this.additionalBrowserArguments,
    this.allowSingleSignOnUsingOSPrimaryAccount,
    this.browserExecutableFolder,
    this.customSchemeRegistrations,
    this.language,
    this.targetCompatibleBrowserVersion,
    this.userDataFolder});