cancelChineseChar method

ESCPOS cancelChineseChar()

Implementation

ESCPOS cancelChineseChar() {
  _data += Uint8List.fromList([28, 46]);
  return this;
}