getCurrentOutputDevice method

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

Implementation

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