lastTransaction method

Future<bool> lastTransaction()

Implementation

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