verificationProvider property

FaceVerificationProvider? verificationProvider
final

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 isControllerProvidedAbove is false (the widget creates the controller internally). When managing the controller yourself, pass the provider directly to FaceDetectionController.

Implementation

final FaceVerificationProvider? verificationProvider;