print library

Functions

sendPrintJob({required Future<void> send(List<int>), required PrinterModel printer, required ImageData image, required PrintConfig config}) Future<PrintData>
if labelSize is undefined, it will adapt to the image being printed this however only works when only printing one image spacing specifies how many labels to leave free between prints
splitIntoPackets(List<int> data, int packetSize) List<List<int>>