writeToFile abstract method

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

Implementation

void writeToFile({
  String? transactionCode,
  String? transactionId,
  String? response,
});