IDFlowVideoConfig constructor

const IDFlowVideoConfig({
  1. IDFlowVideoUiVariant? uiVariant,
  2. bool? enableMicrophone,
  3. bool? enableSoundGuides,
  4. bool? countdownEnabled,
  5. bool? exitConfirmationEnabled,
})

Implementation

const IDFlowVideoConfig({
  this.uiVariant,
  this.enableMicrophone,
  this.enableSoundGuides,
  this.countdownEnabled,
  this.exitConfirmationEnabled,
});