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