resetInstance static method

void resetInstance()

Reset the singleton instance (for testing purposes only)

Implementation

// @visibleForTesting
static void resetInstance() {
  _instance = null;
}