startTransaction method
Future<String?>
startTransaction(
{ - String trnType = "sale",
- String amount = "",
- String bankReferenceNo = "",
- bool printMerchantReceipt = false,
- bool printCardholderReceipt = false,
- String trnMethod = "ALL",
- int transactionNumber = 0,
})
Implementation
Future<String?> startTransaction({
String trnType = "sale",
String amount = "",
String bankReferenceNo = "",
bool printMerchantReceipt = false,
bool printCardholderReceipt = false,
String trnMethod = "ALL",
int transactionNumber = 0,
}) {
throw UnimplementedError('startTransaction() has not been implemented.');
}