Future<bool> formatNfc() async { await channel.invokeMethod(PaymentTypeCall.FORMAT_NFC.method); return true; }