reset method

void reset()

Resets the boot state.

Implementation

void reset() {
  _booted = false;
  _bootedProviders.clear();
}