AudioDecibelCheckOptions constructor

const AudioDecibelCheckOptions({
  1. required Function animateWaveform,
  2. required Function resetWaveform,
  3. required String name,
  4. required Participant participant,
  5. required AudioDecibelCheckParameters parameters,
  6. required Function onShowWaveformChanged,
})

Implementation

const AudioDecibelCheckOptions({
  required this.animateWaveform,
  required this.resetWaveform,
  required this.name,
  required this.participant,
  required this.parameters,
  required this.onShowWaveformChanged,
});