Scans an NFC tag.
import { scan } from "@tauri-apps/plugin-nfc";await scan({ type: "tag" }); Copy
import { scan } from "@tauri-apps/plugin-nfc";await scan({ type: "tag" });
See https://developer.android.com/develop/connectivity/nfc/nfc#ndef for more information.
Optional
Scans an NFC tag.
See https://developer.android.com/develop/connectivity/nfc/nfc#ndef for more information.