verificationProvider property
Optional face verification provider.
When set, detected faces are verified against enrolled templates before unlocking. Supports any FaceVerificationProvider — local, cloud, or custom.
Only used when isBlocInitializeAbove is false (the widget creates the BLoC internally). When managing the BLoC yourself, pass the provider directly to FaceDetectionBloc.
Implementation
final FaceVerificationProvider? verificationProvider;