from static method
Get an instance of NdefFormatable
for the given tag.
Returns null if the tag is not NDEF formatable.
Implementation
static NdefFormatable? from(NfcTag tag) => $GetNdefFormatable(tag);
Get an instance of NdefFormatable
for the given tag.
Returns null if the tag is not NDEF formatable.
static NdefFormatable? from(NfcTag tag) => $GetNdefFormatable(tag);