batchCreateRevisions_Pre method
- ServiceCall $call,
- Future<
BatchCreateRevisionsRequest> $request
Implementation
$async.Future<$0.BatchCreateRevisionsResponse> batchCreateRevisions_Pre(
$grpc.ServiceCall $call,
$async.Future<$0.BatchCreateRevisionsRequest> $request) async {
return batchCreateRevisions($call, await $request);
}