AutomaticLivenessWidget constructor
const
AutomaticLivenessWidget({
- Key? key,
- required String verificationId,
- OnAutomaticLivenessComplete? onComplete,
- OnAutomaticLivenessError? onError,
- LivenessDetectionConfig? config,
Implementation
const AutomaticLivenessWidget({
super.key,
required this.verificationId,
this.onComplete,
this.onError,
this.config,
});