previousLine method Null safety
- @Deprecated('Use [cursorUp]')
@Deprecated('Use [cursorUp]')
Moves the cursor to the start of previous line.
Implementation
@Deprecated('Use [cursorUp]')
static void previousLine() {
Terminal().cursorUp();
}
Moves the cursor to the start of previous line.
@Deprecated('Use [cursorUp]')
static void previousLine() {
Terminal().cursorUp();
}