getScailoClientForInwardJobsFreeIssueMaterialsService function
Get the client to access the Inward Jobs Free Issue Materials service
Implementation
InwardJobsFreeIssueMaterialsServiceClient
getScailoClientForInwardJobsFreeIssueMaterialsService() {
return InwardJobsFreeIssueMaterialsServiceClient(
getClientChannel(),
options: CallOptions(
metadata: {'auth_token': getAuthToken()},
timeout: const Duration(seconds: 10),
),
);
}