getScailoClientForPurchasesIndentsService function

PurchasesIndentsServiceClient getScailoClientForPurchasesIndentsService()

Get the client to access the Purchases Indents service

Implementation

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