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