M7LivelynessDetectionScreen constructor
const
M7LivelynessDetectionScreen({
- required M7DetectionConfig config,
- Key? key,
Implementation
const M7LivelynessDetectionScreen({
required this.config,
super.key,
});