drawer method

ESCPOS drawer()

Implementation

ESCPOS drawer() {
  _data += [27, 64, 27, 112, 0, 50, 250];
  return this;
}