getBlockHeight_Pre method

Future<GetBlockHeightResponse> getBlockHeight_Pre(
  1. ServiceCall call,
  2. Future<GetBlockHeightRequest> request
)

Implementation

$async.Future<$1.GetBlockHeightResponse> getBlockHeight_Pre(
    $grpc.ServiceCall call,
    $async.Future<$1.GetBlockHeightRequest> request) async {
  return getBlockHeight(call, await request);
}