configureAudioSession method
Implementation
Future<void> configureAudioSession(String category, bool mixWithOthers, bool duckOthers) {
throw UnimplementedError('configureAudioSession() has not been implemented.');
}
Future<void> configureAudioSession(String category, bool mixWithOthers, bool duckOthers) {
throw UnimplementedError('configureAudioSession() has not been implemented.');
}