onTransactionFailure method
Implementation
TotalPayApplePay onTransactionFailure(Function(Map response) callback) {
_onTransactionFailure = callback;
return this;
}
TotalPayApplePay onTransactionFailure(Function(Map response) callback) {
_onTransactionFailure = callback;
return this;
}