sensorsStream property

Stream<List<SensorInfo>> get sensorsStream

Implementation

Stream<List<SensorInfo>> get sensorsStream =>
    _sensorsChanelStreamWrapper.stream;