M7LivelynessDetectionPageV2 constructor

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

Implementation

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