OnAutomaticLivenessError typedef

OnAutomaticLivenessError = void Function(String error)

Callback for when automatic liveness fails

Implementation

typedef OnAutomaticLivenessError = void Function(String error);