VerificationScreen constructor
const
VerificationScreen({})
Implementation
const VerificationScreen({
super.key,
required this.apiKey,
required this.verificationId,
required this.phoneNumber,
required this.isAddressCheck,
required this.isOtpRequired,
this.addressCheckType = 'standard',
this.verificationType = 'ID Verification',
this.agentId = '',
});