deviceRegistry property
The device registry that handles the devices used in this runtime.
Implementation
@override
DeviceController get deviceRegistry =>
super.deviceRegistry as DeviceController;
set
deviceRegistry
(DeviceDataCollectorFactory _deviceRegistry)
inherited
The device registry that handles the devices used in this runtime.
Implementation
DeviceDataCollectorFactory deviceRegistry;