onLivenessSuccess method

void onLivenessSuccess()

Implementation

void onLivenessSuccess() {
  debugPrint("✅ DART: Liveness completed successfully");
  completeAgeVerification();
}