detectKYCDocument method

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

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

Implementation

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