onTransactionSuccess method
Implementation
TotalPayApplePay onTransactionSuccess(Function(Map response) callback) {
_onTransactionSuccess = callback;
return this;
}
TotalPayApplePay onTransactionSuccess(Function(Map response) callback) {
_onTransactionSuccess = callback;
return this;
}