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