onTransactionFailure method

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

Implementation

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