clean method

void clean()

Clear env and reset initialization state

Implementation

void clean() {
  _envMap.clear();
  _isInitialized = false;
}