onTransactionSuccess method
EdfaPayWithCard
onTransactionSuccess(
- dynamic callback(
- EdfaPgTransactionDetailsSuccess response
Implementation
EdfaPayWithCard onTransactionSuccess(
Function(EdfaPgTransactionDetailsSuccess response) callback) {
_onTransactionSuccess = callback;
return this;
}