moveCursorUp static method

void moveCursorUp([
  1. int times = 1
])

Moves the Cursor Up the specified amount of times.

Implementation

static void moveCursorUp([int times = 1]) => writeANSI('${times}A');