NfcTag class final
Represents the tag discovered by the NFC session.
When the session discovers a tag, onDiscovered callback is called with an instance of this class. Use this
generic instance to instantiate a specific tag class and perform tag-specific operations.
Constructors
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited