onTransactionInfo abstract method

void onTransactionInfo({
  1. String transactionCode,
  2. String transactionId,
  3. String response,
})

Implementation

void onTransactionInfo({
  String transactionCode,
  String transactionId,
  String response,
});