getScailoClientForProformaInvoicesService function

ProformaInvoicesServiceClient getScailoClientForProformaInvoicesService()

Get the client to access the Proforma Invoices service

Implementation

ProformaInvoicesServiceClient getScailoClientForProformaInvoicesService() {
  return ProformaInvoicesServiceClient(
    getClientChannel(),
    options: CallOptions(
      metadata: {'auth_token': getAuthToken()},
      timeout: const Duration(seconds: 10),
    ),
  );
}