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