getAllConnectedDevices method

List<Device> getAllConnectedDevices()

Return a list with all connected Devices

Implementation

List<Device> getAllConnectedDevices() {
  return connectedDevices.toList();
}