formatNfc method

Future<bool> formatNfc()

Implementation

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