posSetDefLineSpace static method

Uint8List? posSetDefLineSpace()

设置默认行间距 @return

Implementation

static Uint8List? posSetDefLineSpace() {
  return Uint8List.fromList(Command.escTwo);
}