clear method

void clear()

Clears the selection.

Implementation

void clear() {
  controller.clear();
}