extractKYCDocument method
Method to mask Aadhaar, to be implemented by platform-specific classes.
Implementation
Future<String?> extractKYCDocument(String imagePath) {
throw UnimplementedError('extractKYCDocument() has not been implemented.');
}
Method to mask Aadhaar, to be implemented by platform-specific classes.
Future<String?> extractKYCDocument(String imagePath) {
throw UnimplementedError('extractKYCDocument() has not been implemented.');
}