restartPrinter method

ESCPOS restartPrinter()

Implementation

ESCPOS restartPrinter() {
  _data += [27, 115, 66, 69, 146, 154, 1, 0, 95, 10];
  return this;
}