NfcModule class
Constructors
Properties
- eventStream → Stream
-
Stream of NFC events (tag discovered, read errors, etc.)
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
readTag(
) → Future< void> - Starts reading NFC tags.
-
stopReading(
) → Future< void> - Stops reading NFC tags.
-
toString(
) → String -
A string representation of this object.
inherited
-
writeTag(
String message) → Future< void> - Write message to NFC tag.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited