Future<bool> debitNfc(idEvento, valor) async { await channel.invokeMethod(PaymentTypeCall.DEBIT_NFC.method, {"idEvento": idEvento, "valor": valor}); return true; }