handleDeclinedTransaction method
dynamic
handleDeclinedTransaction(
- dynamic response
Implementation
handleDeclinedTransaction(dynamic response) {
removeVerifyTransactionUrl();
printDev('Transacción rechazada.');
throw Error();
}