getDocumentNFCLocation method

Future<DocumentNFCLocation> getDocumentNFCLocation({
  1. required ReadIDFlow flow,
})

Implementation

Future<DocumentNFCLocation> getDocumentNFCLocation(
    {required ReadIDFlow flow}) {
  throw UnimplementedError(
      'getDocumentNFCLocation() has not been implemented.');
}