cursorEnd method

void cursorEnd()

Move cursor to end.

Implementation

void cursorEnd() {
  _moveToDocumentBoundary(forward: true);
}