reset method
void
reset()
Reset the controller (for testing)
Implementation
void reset() {
_hub = null;
_isInitialized = false;
ObslyLogger.debug('FeedbackController reset');
}
Reset the controller (for testing)
void reset() {
_hub = null;
_isInitialized = false;
ObslyLogger.debug('FeedbackController reset');
}