moveUp static method
The reverse of '\n'. Goes to the beginning of the previous line.
Implementation
static String moveUp(n) => '\u001b[${n}A';
The reverse of '\n'. Goes to the beginning of the previous line.
static String moveUp(n) => '\u001b[${n}A';