raw method
Beliebige, bereits fertige ESC/POS-Bytes.
Implementation
CustomPrintJob raw(List<int> bytes) {
_ops.add((_) => bytes);
return this;
}
Beliebige, bereits fertige ESC/POS-Bytes.
CustomPrintJob raw(List<int> bytes) {
_ops.add((_) => bytes);
return this;
}