doEnhancedKycAsync method

Same as doEnhancedKyc, but the final result is delivered to the URL provided in the (required) FlutterEnhancedKycRequest.callbackUrl field.

If the ID provider is unavailable, the response will be delivered to the callback URL once the ID provider is available again.

Implementation

Future<FlutterEnhancedKycAsyncResponse> doEnhancedKycAsync(FlutterEnhancedKycRequest request) {
  return platformInterface.doEnhancedKycAsync(request);
}