abortPIXTransaction method
Function to invoke method from abort current PIX transaction with SDK the Stone
Implementation
Future<bool> abortPIXTransaction() async {
_ensureLicence();
return await channel.invokeMethod(PaymentTypeCall.abortPix.method);
}