batchGetDocuments_Pre method

Stream<BatchGetDocumentsResponse> batchGetDocuments_Pre(
  1. ServiceCall call,
  2. Future<BatchGetDocumentsRequest> request
)

Implementation

$async.Stream<$0.BatchGetDocumentsResponse> batchGetDocuments_Pre(
    $grpc.ServiceCall call,
    $async.Future<$0.BatchGetDocumentsRequest> request) async* {
  yield* batchGetDocuments(call, await request);
}