M7LivelynessDetectionScreenV2 constructor

const M7LivelynessDetectionScreenV2({
  1. required M7DetectionConfig config,
  2. Key? key,
})

Implementation

const M7LivelynessDetectionScreenV2({
  required this.config,
  super.key,
});