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