WebViewRunner class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isMessageChannelAlive ↔ bool
-
getter/setter pair
- jsCodeStarted ↔ int
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- webViewLoaded ↔ bool
-
getter/setter pair
Methods
-
addMsgHandler(
String channel, Function onMessage) → void -
connectEVM(
NetworkParams node) → Future< NetworkParams?> -
connectNode(
List< NetworkParams> nodes) → Future<NetworkParams?> -
evalJavascript(
String code, {bool wrapPromise = true, bool allowRepeat = true}) → Future -
getEvalJavascriptUID(
) → int -
launch(
Function? onLaunched, {String? jsCode, Function? socketDisconnectedAction}) → 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> -
subscribeReloadAction(
String reloadKey, Function reloadAction) → void -
toString(
) → String -
A string representation of this object.
inherited
-
unsubscribeMessage(
String channel) → void -
unsubscribeReloadAction(
String reloadKey) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited