M7LivelynessDetectionScreen constructor

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

Implementation

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