devices property

RxList<DeviceDetails> get devices

Returns a list of DeviceDetails of all the available devices.

Implementation

RxList<DeviceDetails> get devices => _call.value.devices;