WebKitNavigationDelegateCreationParams.fromPlatformNavigationDelegateCreationParams constructor

const WebKitNavigationDelegateCreationParams.fromPlatformNavigationDelegateCreationParams(
  1. PlatformNavigationDelegateCreationParams params, {
  2. @visibleForTesting WebKitProxy webKitProxy = const WebKitProxy(),
})

Constructs a WebKitNavigationDelegateCreationParams using a PlatformNavigationDelegateCreationParams.

Implementation

const WebKitNavigationDelegateCreationParams.fromPlatformNavigationDelegateCreationParams(
  // Recommended placeholder to prevent being broken by platform interface.
  // ignore: avoid_unused_constructor_parameters
  PlatformNavigationDelegateCreationParams params, {
  @visibleForTesting WebKitProxy webKitProxy = const WebKitProxy(),
}) : this(webKitProxy: webKitProxy);