NFCManager class
Manages NFC operations for the Amwal SDK.
Provides methods to initialize, start, and terminate NFC scans.
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
-
initNFC(
) → Future< NFCStatus> - Initializes NFC and returns the current NFCStatus.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
startNFCScan(
) → Future - Starts an NFC scan and returns the scan result.
-
terminateNFC(
) → Future< void> - Terminates the NFC session.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance → NFCManager
-
Returns the singleton instance of NFCManager.
no setter