getAvailableMicrophones method

Future<List<AudioInputDevice>> getAvailableMicrophones()

Gets the list of available microphone / audio input devices.

Implementation

Future<List<AudioInputDevice>> getAvailableMicrophones() {
  throw UnimplementedError(
    'getAvailableMicrophones() has not been implemented.',
  );
}