getSmartSelfieJobStatus method
Future<FlutterSmartSelfieJobStatusResponse>
getSmartSelfieJobStatus(
- 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 a SmartSelfie Authentication/Registration.
Implementation
Future<FlutterSmartSelfieJobStatusResponse> getSmartSelfieJobStatus(
FlutterJobStatusRequest request) {
return platformInterface.getSmartSelfieJobStatus(request);
}