stopNfcHce method
Starts the NFC host card emulation. Deletes the saved text file with the NFC message from the internal storage.
Implementation
Future<void> stopNfcHce() async {
await FlutterNfcHcePlatform.instance.stopNfcHce();
}
Starts the NFC host card emulation. Deletes the saved text file with the NFC message from the internal storage.
Future<void> stopNfcHce() async {
await FlutterNfcHcePlatform.instance.stopNfcHce();
}