shutdownFeatures method
void
shutdownFeatures()
call this to clear the repository if you are swapping environments
Implementation
void shutdownFeatures() {
_features.values.forEach((f) => f.shutdown());
_features.clear();
}