json_rpc_2 library

Classes

Client
A JSON-RPC 2.0 client.
Parameter
A wrapper for a single parameter to a server method.
Parameters
A wrapper for the parameters to a server method.
Peer
A JSON-RPC 2.0 client and server.
Server
A JSON-RPC 2.0 server.

Typedefs

ErrorCallback = void Function(dynamic error, dynamic stackTrace)
A callback for unhandled exceptions.

Exceptions / Errors

RpcException
An exception from a JSON-RPC server that can be translated into an error response.