UniversalIdConfig constructor

UniversalIdConfig({
  1. AllowedLayouts? allowedLayouts,
  2. Alphabet? alphabet,
  3. LayoutDrivingLicense? drivingLicense,
  4. bool? faceDetectionEnabled,
  5. LayoutIdFront? idFront,
  6. LayoutInsuranceCard? insuranceCard,
  7. LayoutMrz? mrz,
})

Implementation

UniversalIdConfig({
  this.allowedLayouts,
  this.alphabet,
  this.drivingLicense,
  this.faceDetectionEnabled,
  this.idFront,
  this.insuranceCard,
  this.mrz,
});