moveLeft method

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

Implementation

void moveLeft([int times = 1]) {
  Console.moveCursorBack(times);
}