clear method

void clear()

Clears all items in the list.

Implementation

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