AndroidRecordConfig constructor

const AndroidRecordConfig({
  1. bool useLegacy = false,
  2. bool muteAudio = false,
  3. bool manageBluetooth = true,
  4. AndroidAudioSource audioSource = AndroidAudioSource.defaultSource,
})

Implementation

const AndroidRecordConfig({
  this.useLegacy = false,
  this.muteAudio = false,
  this.manageBluetooth = true,
  this.audioSource = AndroidAudioSource.defaultSource,
});