setCursorToEnd method

void setCursorToEnd()

Move the cursor at the end of the current content.

Implementation

void setCursorToEnd() => sendEvent(const EditorSetCursorToEnd());