getScailoClientForProductionIndentsService function

ProductionIndentsServiceClient getScailoClientForProductionIndentsService()

Get the client to access the Production Indents service

Implementation

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