KycWebVerificationEmbed constructor
const
KycWebVerificationEmbed({
- Key? key,
- required String applicantId,
- required Uri embedUrl,
- void onComplete(
- SdkVerificationResponse response
- void onError(
- String message
Implementation
const KycWebVerificationEmbed({
super.key,
required this.applicantId,
required this.embedUrl,
this.onComplete,
this.onError,
});