RpcBatchHandler typedef

RpcBatchHandler = Future<RpcBatch?> Function(RpcBatch batch)

Implementation

typedef RpcBatchHandler = Future<RpcBatch?> Function(RpcBatch batch);