deviceManager property

  1. @override
LocationServiceManager deviceManager
override

The device that this probes uses to collect data.

Implementation

@override
LocationServiceManager get deviceManager =>
    super.deviceManager as LocationServiceManager;
void deviceManager=(DeviceManager<DeviceRegistration, DeviceDescriptor> _deviceManager)
inherited

The device that this probes uses to collect data.

Implementation

late DeviceManager deviceManager;