getCurrentOutputDevice method

  1. @override
Future<AudioOutputDevice?> getCurrentOutputDevice()
override

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

Implementation

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