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