nfc_in_flutter icon indicating copy to clipboard operation
nfc_in_flutter copied to clipboard

NFC.isNDEFSupported not working

Open sudhanshujuyal opened this issue 2 years ago • 0 comments

NFC.isNDEFSupported
    .then((bool isSupported) {
  setState(() {

    _supportsNFC = isSupported;

  });
});

_supportNFC is returning false everytime

sudhanshujuyal avatar Apr 06 '22 08:04 sudhanshujuyal