clear method

void clear()

Removes all instances and builders from the container.

After this, the container is empty.

Implementation

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