moveToColumn static method

void moveToColumn(
  1. int number
)

Moves the the column specified in number.

Implementation

static void moveToColumn(int number) => writeANSI('${number}G');