RpcRequestHandler typedef

RpcRequestHandler = Future<String> Function(RpcInvocationData data)

Implementation

typedef RpcRequestHandler = Future<String> Function(RpcInvocationData data);