onEvent property

void Function(BiometricEvent event)? onEvent
final

Receives all audit events emitted by the SDK. Plug directly into your existing analytics or logging service.

Implementation

final void Function(BiometricEvent event)? onEvent;