X5WebViewController class

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

addJavascriptChannels(List<String> names, MessageReceived callback) Future<void>
直接使用X5WebView(javascriptChannels:JavascriptChannels(names, (name, data) { }))
canGoBack() Future<bool>
canGoForward() Future<bool>
currentUrl() Future<String>
evaluateJavascript(String js) Future<String>
goBack() Future<void>
goBackOrForward(int i) Future<void>
goForward() Future<void>
isX5WebViewLoadSuccess() Future<bool>
loadUrl(String url, {Map<String, String>? headers}) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reload() Future<void>
toString() String
A string representation of this object.
inherited

Operators

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