resetSelection method

void resetSelection()

Clears the current selection, removing any highlight.

Implementation

void resetSelection() {
  _checkNotDisposed();
  _bindings.textBufferResetSelection(_ptr);
}