AutomaticLivenessWidget constructor

const AutomaticLivenessWidget({
  1. Key? key,
  2. required String verificationId,
  3. OnAutomaticLivenessComplete? onComplete,
  4. OnAutomaticLivenessError? onError,
  5. LivenessDetectionConfig? config,
})

Implementation

const AutomaticLivenessWidget({
  super.key,
  required this.verificationId,
  this.onComplete,
  this.onError,
  this.config,
});