send method

  1. @override
Future<ResponsePacket> send(
  1. RpcContext context
)

Send an RPC style request and wait for a response (or timeout).

Implementation

@override
Future<ResponsePacket> send(RpcContext context) {
  throw UnimplementedError();
}