samples property
Stream<VooWatchHealthSample>
get
samples
Stream of samples forwarded from the watch.
Implementation
Stream<VooWatchHealthSample> get samples => _repository.samples();
Stream of samples forwarded from the watch.
Stream<VooWatchHealthSample> get samples => _repository.samples();