removeDataStreams method
Close data streams and remove all data for each of the studyDeploymentIds
.
Returns the IDs of the study deployments for which data streams were configured. IDs for which no study deployment exists are ignored.
Implementation
@override
Future<Set<String>> removeDataStreams(
List<String> studyDeploymentIds) async =>
throw CarpServiceException(
message:
'Removing data streams is not supported from the client side.');