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