onReprocess property

Future<bool> Function(String docTransactionId, String? faceLivenessTransactionId)? onReprocess
final

Optional callback for reprocessing transactions. Return true if successful (to proceed), false otherwise.

Implementation

final Future<bool> Function(
  String docTransactionId,
  String? faceLivenessTransactionId,
)?
onReprocess;