getBiometricKycJobStatus method

Fetches the status of a Job. This can be used to check if a Job is complete, and if so, whether it was successful. This should be called when the Job is known to be a Biometric KYC.

Implementation

Future<FlutterBiometricKycJobStatusResponse> getBiometricKycJobStatus(
    FlutterJobStatusRequest request) {
  return platformInterface.getBiometricKycJobStatus(request);
}