UniversalIdConfig constructor
UniversalIdConfig({
- AllowedLayouts? allowedLayouts,
- Alphabet? alphabet,
- LayoutDrivingLicense? drivingLicense,
- bool? faceDetectionEnabled,
- LayoutIdFront? idFront,
- LayoutInsuranceCard? insuranceCard,
- LayoutMrz? mrz,
Implementation
UniversalIdConfig({
this.allowedLayouts,
this.alphabet,
this.drivingLicense,
this.faceDetectionEnabled,
this.idFront,
this.insuranceCard,
this.mrz,
});