WebWebViewControllerCreationParams class

An implementation of PlatformWebViewControllerCreationParams using Flutter for Web API.

Annotations

Constructors

WebWebViewControllerCreationParams({@visibleForTesting HttpRequestFactory httpRequestFactory = const HttpRequestFactory()})
Creates a new AndroidWebViewControllerCreationParams instance.
WebWebViewControllerCreationParams.fromPlatformWebViewControllerCreationParams(PlatformWebViewControllerCreationParams params, {@visibleForTesting HttpRequestFactory httpRequestFactory = const HttpRequestFactory()})
Creates a WebWebViewControllerCreationParams instance based on PlatformWebViewControllerCreationParams.

Properties

hashCode int
The hash code for this object.
no setterinherited
httpRequestFactory HttpRequestFactory
Handles creating and sending URL requests.
final
iFrame IFrameElement
The underlying element used as the WebView.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited