moveFarLeft method
void
moveFarLeft()
When added to the stdout; moves the cursor really far to the left.
Implementation
void moveFarLeft() => stdout.write('\x1B[900D');
When added to the stdout; moves the cursor really far to the left.
void moveFarLeft() => stdout.write('\x1B[900D');