clear method

void clear()

Clears the selected items.

Implementation

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