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