getInvoicePdf method

ResponseStream<GetInvoicePdfResponse> getInvoicePdf(
  1. GetInvoicePdfRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseStream<$10.GetInvoicePdfResponse> getInvoicePdf($10.GetInvoicePdfRequest request, {$grpc.CallOptions? options}) {
  return $createStreamingCall(_$getInvoicePdf, $async.Stream.fromIterable([request]), options: options);
}