moveCursorY method

  1. @override
void moveCursorY(
  1. int n
)
override

Implementation

@override
void moveCursorY(int n) {
  _buffer.moveCursorY(n);
}