pendingDevices property

List<int> get pendingDevices

Returns the list of IDs corresponding to the devices whose status are still pending.

Implementation

List<int> get pendingDevices => state.keys.toList();