initialText method

ESCPOS initialText()

Implementation

ESCPOS initialText() {
  _data += Uint8List.fromList([27, 64]);
  return this;
}