beepInvoice method

ESCPOS beepInvoice()

Implementation

ESCPOS beepInvoice() {
  _data += [27, 64, 27, 66, 2, 2, 2];
  return this;
}