getScailoClientForQuotationsResponsesService function

QuotationsResponsesServiceClient getScailoClientForQuotationsResponsesService()

Get the client to access the Quotations Responses service

Implementation

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