extractKYCDocument method

Future<String?> extractKYCDocument(
  1. String imagePath
)

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

Implementation

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