clear method

Factory<KEY, INSTANCE> clear()

Implementation

Factory<KEY, INSTANCE> clear() {
  unregisterBuilders(_builders.keys.toList());
  return this;
}