reset static method

  1. @visibleForTesting
void reset()

Reset the instance (useful for testing)

Implementation

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