closeDataStreams method

  1. @override
Future<void> closeDataStreams(
  1. List<String> studyDeploymentIds
)
override

Stop accepting incoming data for all data streams for each of the studyDeploymentIds.

Throws IllegalArgumentException when no data streams were ever opened for any of the studyDeploymentIds.

Implementation

@override
Future<void> closeDataStreams(List<String> studyDeploymentIds) async =>
    throw CarpServiceException(
        message:
            'Closing data streams is not supported from the client side.');