stream method

DataStreamReference stream([
  1. String? studyDeploymentId
])

Gets a DataStreamReference for a studyDeploymentId. If the studyDeploymentId is not provided, the study deployment id specified in the CarpApp is used.

Implementation

DataStreamReference stream([String? studyDeploymentId]) =>
    DataStreamReference._(this, studyDeploymentId ?? app!.studyDeploymentId!);