measurements property
Stream<Measurement>
get
measurements
The stream of all Measurement
s collected by this client manager.
This is the aggregation of all measurements collected by the
studies
running on this client.
Implementation
Stream<Measurement> get measurements => _group.stream;