menu
ekyc_flutter package
documentation
app/modules/liveness_detection/liveness_detection.dart
LivenessHeader
LivenessHeader.new const constructor
LivenessHeader.new const constructor
dark_mode
light_mode
LivenessHeader
constructor
const
LivenessHeader
(
{
Key
?
key
,
required
Stream
<
bool
>
onLastStep
,
})
Implementation
const LivenessHeader({Key? key, required this.onLastStep}) : super(key: key);
ekyc_flutter package
documentation
app/modules/liveness_detection/liveness_detection
LivenessHeader
LivenessHeader.new const constructor
LivenessHeader class