Nfc class
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>
-