previousLine static method

  1. @Deprecated('Use [cursorUp]')
void previousLine()

Moves the cursor to the start of previous line.

Implementation

@Deprecated('Use [cursorUp]')
static void previousLine() {
  Terminal().cursorUp();
}