getCurrentInputDevice method

  1. @override
Future<AudioInputDevice?> getCurrentInputDevice()
override

Returns the current input device used by the plugin, if known.

Implementation

@override
Future<AudioInputDevice?> getCurrentInputDevice() =>
    throw UnimplementedError(
      'getCurrentInputDevice() has not been implemented.',
    );