prepareReceipt method
Implementation
Future<String?> prepareReceipt({
required int tranNumber,
bool isCustomerCopy = false,
bool isSecondCopy = false,
int slipNo = 0,
}) {
throw UnimplementedError('prepareReceipt() has not been implemented.');
}