Reader class
Constructors
- Reader()
-
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
notifyListeners(
Payload data) → dynamic -
read(
) → dynamic -
readNFCTag(
NFCTag tag) → Future< String?> -
registerListener(
INfcListener listener) → dynamic -
removeListener(
INfcListener listener) → dynamic -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited