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