clearSingletonInstance method

void clearSingletonInstance()

Clears the singleton instance (useful for testing)

Implementation

void clearSingletonInstance() {
  _singletonInstance = null;
}