feedLine method

ESCPOS feedLine()

Implementation

ESCPOS feedLine() {
  _data += Uint8List.fromList([10]);
  return this;
}