JsonRpcClientDecoder<T> typedef

JsonRpcClientDecoder<T> = Converter<T, FutureOr>

Converts a JSON RPC response of type T to JSON.

Implementation

typedef JsonRpcClientDecoder<T> = Converter<T, FutureOr<dynamic>>;