设置倒置打印模式(当最低位为1时有效) @param brace @return
static Uint8List? posSetLeftBrace(int brace) { Command.escLeftBrace[2] = brace; return Uint8List.fromList(Command.escLeftBrace); }