clearSelection method
void
clearSelection()
Clears the current selection.
Implementation
void clearSelection() {
_selections = null;
_clearLineSelection();
_lastDocumentChange = null;
_syncCoreState();
}
Clears the current selection.
void clearSelection() {
_selections = null;
_clearLineSelection();
_lastDocumentChange = null;
_syncCoreState();
}