clearPrinterBuffer method Null safety

void clearPrinterBuffer()

清除打印缓冲区

Implementation

void clearPrinterBuffer() {
  addString("CLS\r\n");
}