flutter_smartface_hosted_flow/enrollment_models library

Classes

EnrollmentFlowOptions
Configuration options for the enrollment flow
EnrollmentProgress
Progress update from enrollment
EnrollmentResult
Result from an enrollment attempt

Typedefs

EnrollmentCallback = void Function({required String customId, String? descriptor, String? imagePath, required bool success})
Callback type for enrollment results
EnrollmentProgressCallback = void Function({int? countdown, int? percentage, String? phase})
Callback type for enrollment progress updates