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