moveCursorToStart method
void
moveCursorToStart()
Moves cursor to the start.
Implementation
void moveCursorToStart() {
_cursorPosition = 0;
}
Moves cursor to the start.
void moveCursorToStart() {
_cursorPosition = 0;
}