HttpTransport class
HTTP transport for JSON-RPC communication.
Constructors
Properties
Methods
-
batchRequest(
List< RpcRequest> requests) → Future<List< Map< >String, dynamic> > - Sends multiple RPC requests in a batch.
-
dispose(
) → void - Disposes of the transport resources.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
request(
String method, List params) → Future< Map< String, dynamic> > - Sends a single RPC request.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited