batchGetRevisions_Pre method

Future<BatchGetRevisionsResponse> batchGetRevisions_Pre(
  1. ServiceCall $call,
  2. Future<BatchGetRevisionsRequest> $request
)

Implementation

$async.Future<$0.BatchGetRevisionsResponse> batchGetRevisions_Pre(
    $grpc.ServiceCall $call,
    $async.Future<$0.BatchGetRevisionsRequest> $request) async {
  return batchGetRevisions($call, await $request);
}