reset method
void
reset()
Reset all services (for testing)
Implementation
void reset() {
_apiClient = null;
_networkService = null;
_logger = null;
_initParams = null;
HTTPService.resetForTesting();
TelemetryService.resetForTesting();
}