setBarcodeWidth method

ESCPOS setBarcodeWidth(
  1. int n
)

Implementation

ESCPOS setBarcodeWidth(int n) {
  _data += Uint8List.fromList([29, 119, n]);
  return this;
}