according to Flutter_NFC library: NfcEmulator.startNfcEmulator("00A40400F0010203040506","cd22c716","79e64d05ed6475dcd506b") cardAid, cardUid, [ aesKey] respectively. This emulates the card but gives a random ID on each tap. How do I know the user/tap that has tapped?
according to Flutter_NFC library: NfcEmulator.startNfcEmulator("00A40400F0010203040506","cd22c716","79e64d05ed6475dcd506b") cardAid, cardUid, [ aesKey] respectively. This emulates the card but gives a random ID on each tap. How do I know the user/tap that has tapped?