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