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