clear method

void clear()

Clear all items from Dashboard.

Implementation

void clear() {
  return deleteAll(items);
}