availableDevices property Null safety

Devices availableDevices

The devices currently available to this CallClient.

Calling this will request permission to use the camera and microphone if not already requested.

Implementation

Devices get availableDevices => _availableDevices;