verifyKYCDocument method
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.');
}