IDFlowVideoConfig constructor

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

Implementation

const IDFlowVideoConfig({
  this.uiVariant,
  this.microphoneEnabled,
  this.soundGuidesEnabled,
  this.countdownEnabled,
  this.exitConfirmationEnabled,
});