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