clear method

void clear()

Clears the current selection.

Implementation

void clear() {
  value = [];
}