deviceManager property

  1. @override
HealthServiceManager deviceManager
override

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

Implementation

@override
HealthServiceManager get deviceManager =>
    super.deviceManager as HealthServiceManager;
void deviceManager=(DeviceManager<DeviceConfiguration<DeviceRegistration>> _deviceManager)
inherited

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;