reset method

  1. @nonVirtual
void reset()

Resets the Registry state, allowing it to be reconfigured.

Implementation

@nonVirtual
void reset() {
  _isSetup = false;
}