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