clearSelection method

void clearSelection()

Clears the current selection.

Implementation

void clearSelection() {
  _clearLineSelection();
  _lastDocumentChange = null;
  _syncCoreState();
}