cursorStart method

void cursorStart()

Move cursor to start.

Implementation

void cursorStart() {
  _moveToDocumentBoundary(forward: false);
}