cursorStart method
void
cursorStart()
Move cursor to start.
Implementation
void cursorStart() {
_moveToDocumentBoundary(forward: false);
}
Move cursor to start.
void cursorStart() {
_moveToDocumentBoundary(forward: false);
}