reWriteNfc method

Future<bool> reWriteNfc(
  1. dynamic valor,
  2. dynamic idEvento
)

Implementation

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