getInvoicePdf_Pre method

Stream<GetInvoicePdfResponse> getInvoicePdf_Pre(
  1. ServiceCall call,
  2. Future<GetInvoicePdfRequest> request
)

Implementation

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