NdefIos class final
Provides access to NDEF operations for iOS.
Acquire an instance using from(NfcTag).
Properties
- cachedNdefMessage → NdefMessage?
-
final
- capacity → int
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → NdefStatusIos
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
queryNdefStatus(
) → Future< QueryNdefStatusResponseIos> -
readNdef(
) → Future< NdefMessage?> -
toString(
) → String -
A string representation of this object.
inherited
-
writeLock(
) → Future< void> -
writeNdef(
NdefMessage message) → Future< void>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited