onTransactionFailure method

ExpressApplePay onTransactionFailure(
  1. dynamic callback(
    1. Map response
    )
)

Implementation

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