getBlockById_Pre method

Future<BlockResponse> getBlockById_Pre(
  1. ServiceCall call,
  2. Future<GetBlockByIdRequest> request
)

Implementation

$async.Future<$2.BlockResponse> getBlockById_Pre($grpc.ServiceCall call, $async.Future<$2.GetBlockByIdRequest> request) async {
  return getBlockById(call, await request);
}