clear method

Store clear()

Remove all the objects from store.

Implementation

Store clear() {
  _objects.clear();
  return this;
}