设置反显打印 @param inverse @return
static Uint8List? posSetInverse(int inverse) { Command.gsB[2] = inverse; return Uint8List.fromList(Command.gsB); }