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