LivenessDetection constructor

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

Implementation

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