IDFlowVideoConfig constructor
const
IDFlowVideoConfig({
- IDFlowVideoUiVariant? uiVariant,
- bool? microphoneEnabled,
- bool? soundGuidesEnabled,
- bool? countdownEnabled,
- bool? exitConfirmationEnabled,
Implementation
const IDFlowVideoConfig({
this.uiVariant,
this.microphoneEnabled,
this.soundGuidesEnabled,
this.countdownEnabled,
this.exitConfirmationEnabled,
});