NfcVerificationFlow constructor
const
NfcVerificationFlow({
- Key? key,
- dynamic onVerificationComplete()?,
- dynamic onError()?,
- required SotaIdPlugin plugin,
- required String documentType,
- required String countryCode,
- required String countryName,
Implementation
const NfcVerificationFlow({
Key? key,
this.onVerificationComplete,
this.onError,
required this.plugin,
required this.documentType,
required this.countryCode,
required this.countryName,
}) : super(key: key);