getAvailableMicrophones method
Gets the list of available microphone / audio input devices.
Implementation
Future<List<AudioInputDevice>> getAvailableMicrophones() {
throw UnimplementedError(
'getAvailableMicrophones() has not been implemented.',
);
}