WebViewJSBridge class

Constructors

WebViewJSBridge()

Properties

controller ↔ WebViewController?
getter/setter pair
defaultHandler WebViewJSBridgeHandler<Object?>?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
jsChannels Set<JavascriptChannel>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

callHandler<T extends Object?>(String handlerName, {Object? data}) Future<T?>
injectJs({WebViewInjectJsVersion esVersion = WebViewInjectJsVersion.es5}) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerHandler(String handlerName, WebViewJSBridgeHandler<Object?> handler) → void
removeHandler(String handlerName) → void
send<T extends Object?>(Object data) Future<T?>
toString() String
A string representation of this object.
inherited

Operators

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