WebViewProxy class

Handles constructing android_webview.WebViews and calling static methods.

This should only be used for testing purposes.

Annotations

Constructors

WebViewProxy()
Creates a WebViewProxy.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createWebView({required bool useHybridComposition}) → WebView
Constructs a android_webview.WebView.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setWebContentsDebuggingEnabled(bool enabled) Future<void>
Enables debugging of web contents (HTML / CSS / JavaScript) loaded into any WebViews of this application.
toString() String
A string representation of this object.
inherited

Operators

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