verifyKYCDocument method

Future<String?> verifyKYCDocument(
  1. String imagePath,
  2. String documentType
)

Method to mask Aadhaar, to be implemented by platform-specific classes.

Implementation

Future<String?> verifyKYCDocument(String imagePath, String documentType) {
  throw UnimplementedError('verifyKYCDocument() has not been implemented.');
}