WebViewController class

Constructors

WebViewController(WebView _widget, int id, void updateFirstLoading())

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updateFirstLoading → void Function()
final

Methods

addJavascriptHandler(String name, JavascriptHandlerCallback callback) → void
canGoBack() Future<bool?>
canGoForward() Future<bool?>
currentUrl() Future<String?>
evaluateJavascript(String javascriptString) Future
goBack() Future<void>
goForward() Future<void>
loadUrl(String url, {Map<String, String>? headers}) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeJavascriptHandler(String name) JavascriptHandlerCallback?
toString() String
A string representation of this object.
inherited

Operators

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