cutSpace method

ESCPOS cutSpace()

Implementation

ESCPOS cutSpace() {
  _data += Uint8List.fromList([29, 86, 0x42, 0x66]);
  return this;
}