stopNfcHce method

Future<void> stopNfcHce()

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();
}