W3Gx class

W3Gx singleton

Inheritance

Properties

channel → WebSocketChannel
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionId String
current session id
getter/setter pair
uri String
getter/setter pairinherited

Methods

connect(dynamic onConnect(W3GResponse)) Future<void>
opens a connection to the server
disconnect(dynamic onDisconnect(W3GResponse)) Future<void>
prompts the server to disconnect the wallet
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
on(String event, dynamic listener(W3GResponse)) → void
add event listener
inherited
send(dynamic data) → void
allows sending data to w3gx servers.
override
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

shared W3Gx
final