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