LivenessDetectionView constructor

const LivenessDetectionView({
  1. Key? key,
  2. required LivenessDetectionConfig config,
  3. KycTheme? theme,
})

Implementation

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