onTransactionSuccess method

EdfaPayWithCard onTransactionSuccess(
  1. dynamic callback(
    1. EdfaPgTransactionDetailsSuccess response
    )
)

Implementation

EdfaPayWithCard onTransactionSuccess(
    Function(EdfaPgTransactionDetailsSuccess response) callback) {
  _onTransactionSuccess = callback;
  return this;
}