clear static method

void clear()

Removes all the models from the store.

Implementation

static void clear() {
  _LazyModelStore.clear();
  _EagerModelStore.clear();
}