batchGetDocuments method

ResponseStream<BatchGetDocumentsResponse> batchGetDocuments(
  1. BatchGetDocumentsRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseStream<$0.BatchGetDocumentsResponse> batchGetDocuments(
    $0.BatchGetDocumentsRequest request,
    {$grpc.CallOptions? options}) {
  return $createStreamingCall(
      _$batchGetDocuments, $async.Stream.fromIterable([request]),
      options: options);
}