doEnhancedKyc method

Queries the Identity Information of an individual using their ID number from a supported ID Type. Returns the personal information of the individual found in the database of the ID authority.

This will be done synchronously, and the result will be returned in the response. If the ID provider is unavailable, the response will be an error.

Implementation

Future<FlutterEnhancedKycResponse> doEnhancedKyc(FlutterEnhancedKycRequest request) {
  return platformInterface.doEnhancedKyc(request);
}