readNfcDocument method

Future<Map<String, dynamic>?> readNfcDocument(
  1. String documentType
)

Read NFC document

Implementation

Future<Map<String, dynamic>?> readNfcDocument(String documentType) {
  throw UnimplementedError('readNfcDocument() has not been implemented.');
}