WebViewRunner class

Constructors

WebViewRunner()

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

addMsgHandler(String channel, Function onMessage) → void
connectNode(List<NetworkParams> nodes) Future<NetworkParams?>
evalJavascript(String code, {bool wrapPromise = true, bool allowRepeat = true}) Future
getEvalJavascriptUID() int
launch(ServiceKeyring? keyring, Keyring keyringStorage, Function? onLaunched, {String? jsCode}) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeMsgHandler(String channel) → void
subscribeMessage(String code, String channel, Function callback) Future<void>
toString() String
A string representation of this object.
inherited
unsubscribeMessage(String channel) → void

Operators

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