mediaDevices property

Map<MediaDeviceType, List<MediaDeviceInfo>> mediaDevices
getter/setter pair

Map the media devices currently present in the system

Implementation

static Map<MediaDeviceType, List<MediaDeviceInfo>> mediaDevices =
    <MediaDeviceType, List<MediaDeviceInfo>>{};