FlutterNfcMynumber class

Constructors

FlutterNfcMynumber()

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

nfcAvailability Future<NFCAvailability>
get the availablility of NFC reader on this device
no setter

Static Methods

finishSession({String? iosAlertMessage, String? iosErrorMessage}) Future<void>
setIosAlertMessage(String message) Future<void>
iOS only, change currently displayed NFC reader session alert message with message. There must be a valid session when invoking. On Android, call to this function does nothing.
startSession({String iosAlertMessage = "Hold your iPhone near the card", String iosMultipleTagMessage = "More than one tags are detected, please leave only one tag and try again."}) Future<void>
transceive(Uint8List capdu) Future<Uint8List>