Nfc class

Constructors

Nfc({required MethodChannel channel, required NfcHandler nfcHandler})

Properties

channel MethodChannel
final
hashCode int
The hash code for this object.
no setterinherited
nfcHandler NfcHandler
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

abortTransaction() Future<bool>
closeMethodCallHandler() Future<void>
debitNfc(dynamic idEvento, dynamic valor) Future<bool>
formatNfc() Future<bool>
lastTransaction() Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
readNfc(dynamic idEvento) Future<bool>
refund({required String transactionCode, required String transactionId}) Future<bool>
refundNfc(dynamic valor, dynamic idEvento) Future<bool>
reWriteNfc(dynamic valor, dynamic idEvento) Future<bool>
toString() String
A string representation of this object.
inherited
writeNfc(dynamic valor, dynamic nome, dynamic cpf, dynamic numeroTag, dynamic celular, dynamic aberto, dynamic idEvento) Future<bool>

Operators

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