posSetDefLineSpace static method
设置默认行间距 @return
Implementation
static Uint8List? posSetDefLineSpace() {
return Uint8List.fromList(Command.escTwo);
}
设置默认行间距 @return
static Uint8List? posSetDefLineSpace() {
return Uint8List.fromList(Command.escTwo);
}