getEnhancedDocumentVerificationJobStatus method

Future<FlutterEnhancedDocumentVerificationJobStatusResponse> getEnhancedDocumentVerificationJobStatus(
  1. FlutterJobStatusRequest request
)

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 Enhanced DocV.

Implementation

Future<FlutterEnhancedDocumentVerificationJobStatusResponse>
    getEnhancedDocumentVerificationJobStatus(FlutterJobStatusRequest request) {
  return platformInterface.getEnhancedDocumentVerificationJobStatus(request);
}