SotaIdVerificationFlow constructor
const
SotaIdVerificationFlow({
- Key? key,
- dynamic onVerificationComplete()?,
- dynamic onError()?,
- required VerificationType verificationType,
- File? documentFile,
- required SotaIdPlugin plugin,
Implementation
const SotaIdVerificationFlow({
super.key,
this.onVerificationComplete,
this.onError,
required this.verificationType,
this.documentFile,
required this.plugin,
});