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