reset static method

void reset()

Resets the singleton (primarily for testing)

Implementation

static void reset() {
  _instance = null;
}