getBlockchainInfo_Pre method

Future<GetBlockchainInfoResponse> getBlockchainInfo_Pre(
  1. ServiceCall call,
  2. Future<GetBlockchainInfoRequest> request
)

Implementation

$async.Future<$1.GetBlockchainInfoResponse> getBlockchainInfo_Pre(
    $grpc.ServiceCall call,
    $async.Future<$1.GetBlockchainInfoRequest> request) async {
  return getBlockchainInfo(call, await request);
}