cut method

ESCPOS cut()

Implementation

ESCPOS cut() {
  _data += Uint8List.fromList([10, 10, 10, 10, 10, 29, 86, 48]);
  return this;
}