BridgeRunner class

Constructors

BridgeRunner()

Properties

hashCode int
The hash code for this object.
no setterinherited
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
dispose() Future<void>?
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
reload() Future<void>
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