NfcCardPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • NfcCardPlatform
Implementers

Constructors

NfcCardPlatform()
Constructs a NfcAndroidPlatform.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

checkNFCAvailability() Future<NFCAvailability?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openNfcSettings() Future
read() Future<String?>
stop() Future
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance NfcCardPlatform
The default instance of NfcCardPlatform to use.
getter/setter pair