recording property
List<MediaDevice>
get
recording
List of audio microphone devices
Implementation
List<MediaDevice> get recording => List.unmodifiable(_recording);
List of audio microphone devices
List<MediaDevice> get recording => List.unmodifiable(_recording);