LivenessDetectionScreen constructor

const LivenessDetectionScreen({
  1. Key? key,
  2. required LivenessConfig config,
})

Implementation

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