resetForTesting method

void resetForTesting()

Reinicia el controller para testing

Implementation

void resetForTesting() {
  _hub = null;
  _isInitialized = false;
}