LivenessDetectionTutorialScreen constructor

const LivenessDetectionTutorialScreen({
  1. Key? key,
  2. required VoidCallback onStartTap,
})

Implementation

const LivenessDetectionTutorialScreen({super.key, required this.onStartTap});