removeDataStreams method

  1. @override
Future<Set<String>> removeDataStreams(
  1. List<String> studyDeploymentIds
)
override

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.');