getInvoicePdf_Pre method
Stream<GetInvoicePdfResponse>
getInvoicePdf_Pre(
- ServiceCall call,
- Future<
GetInvoicePdfRequest> request
Implementation
$async.Stream<$10.GetInvoicePdfResponse> getInvoicePdf_Pre($grpc.ServiceCall call, $async.Future<$10.GetInvoicePdfRequest> request) async* {
yield* getInvoicePdf(call, await request);
}