SotaIdVerificationFlow constructor

const SotaIdVerificationFlow({
  1. Key? key,
  2. dynamic onVerificationComplete(
    1. VerificationResponse
    )?,
  3. dynamic onError(
    1. String
    )?,
  4. required VerificationType verificationType,
  5. File? documentFile,
  6. required SotaIdPlugin plugin,
})

Implementation

const SotaIdVerificationFlow({
  super.key,
  this.onVerificationComplete,
  this.onError,
  required this.verificationType,
  this.documentFile,
  required this.plugin,
});