reset static method

void reset()

Reset the SDK state (useful for testing or logout).

Implementation

static void reset() {
  _apiKey = null;
  _plan = null;
  _widgetLimit = 0;
  _initialized = false;
  _strictMode = false;
}