deviceManager property

DeviceManager<DeviceConfiguration<DeviceRegistration>> deviceManager
getter/setter pairinherited

A stream controller to add Measurements to. The device that this probes uses to collect data.

Implementation

// StreamController<Measurement> controller = StreamController.broadcast();

// @override
// Stream<Measurement> get measurements => controller.stream;

/// The device that this probes uses to collect data.
late DeviceManager deviceManager;