posSetLF static method

Uint8List? posSetLF()

打印并换行 @return

Implementation

static Uint8List? posSetLF() {
  return Uint8List.fromList(Command.lf);
}