RpcRequestHandler typedef

RpcRequestHandler = Future<RpcResponse?> Function(RpcRequest request)

Implementation

typedef RpcRequestHandler = Future<RpcResponse?> Function(RpcRequest request);