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