configureAudioSession method

Future<void> configureAudioSession(
  1. String category,
  2. bool mixWithOthers,
  3. bool duckOthers
)

Implementation

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