devices property
Map<String, DeviceManager<DeviceConfiguration<DeviceRegistration> , DeviceRegistration> >
get
devices
The map of device managers registered in this controller.
Implementation
Map<String, DeviceManager> get devices => _devices;