deviceManager property
The device that this probes uses to collect data.
Implementation
@override
HealthServiceManager get deviceManager =>
super.deviceManager as HealthServiceManager;
set
deviceManager
(DeviceManager<DeviceConfiguration<DeviceRegistration> > _deviceManager)
inherited
The device that this probes uses to collect data.
Implementation
late DeviceManager deviceManager;