getLatestBlock_Pre method
Future<GetLatestBlockResponse>
getLatestBlock_Pre(
- ServiceCall call,
- Future<
GetLatestBlockRequest> request
Implementation
$async.Future<$0.GetLatestBlockResponse> getLatestBlock_Pre(
$grpc.ServiceCall call,
$async.Future<$0.GetLatestBlockRequest> request) async {
return getLatestBlock(call, await request);
}