LivenessDetection constructor
const
LivenessDetection({
- Key? key,
- required LivenessConfig config,
Implementation
const LivenessDetection({Key? key, required this.config}) : super(key: key);