abortTransaction method

Future<bool> abortTransaction()

Function to invoke method from abort current transaction with SDK the Stone

Implementation

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