currentDevices property

List<LocalDevice> get currentDevices

Implementation

List<LocalDevice> get currentDevices => List.unmodifiable(_devices);