getScailoClientForTaxGroupsService function
Get the client to access the Tax Groups service
Implementation
TaxGroupsServiceClient getScailoClientForTaxGroupsService() {
return TaxGroupsServiceClient(
getClientChannel(),
options: CallOptions(
metadata: {'auth_token': getAuthToken()},
timeout: const Duration(seconds: 10),
),
);
}