batchGetRevisions method

ResponseFuture<BatchGetRevisionsResponse> batchGetRevisions(
  1. BatchGetRevisionsRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.BatchGetRevisionsResponse> batchGetRevisions(
  $0.BatchGetRevisionsRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$batchGetRevisions, request, options: options);
}