FullVerificationFlow constructor

const FullVerificationFlow({
  1. Key? key,
  2. dynamic onVerificationComplete(
    1. VerificationResponse
    )?,
  3. dynamic onError(
    1. String
    )?,
  4. String? initialDocumentType,
  5. String? initialCountryCode,
  6. required SotaIdPlugin plugin,
})

Implementation

const FullVerificationFlow({
  Key? key,
  this.onVerificationComplete,
  this.onError,
  this.initialDocumentType,
  this.initialCountryCode,
  required this.plugin,
}) : super(key: key);