setBarcodeHeight method

ESCPOS setBarcodeHeight(
  1. int n
)

Implementation

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