reset static method

void reset()

Reset instance (useful for testing)

Implementation

static void reset() {
  _instance = null;
}