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