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