getCurrentInputDevice method
Returns the current input device used by the plugin, if known.
Implementation
@override
Future<AudioInputDevice?> getCurrentInputDevice() =>
throw UnimplementedError(
'getCurrentInputDevice() has not been implemented.',
);