lastTransaction method

Future<bool> lastTransaction()

Implementation

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