reset method

void reset()

Reinicia el manager a su estado inicial

Implementation

void reset() {
  _manualAppName = null;
  _manualAppVersion = null;
  _manualBuildNumber = null;
  _manualBundleIdentifier = null;
  _manualRelease = null;
  _packageInfo = null;
  _invalidateCache();
  _isInitialized = false;
  ObslyLogger.debug('AppInfoCollector reset');
}