reset static method

  1. @visibleForTesting
void reset()

Implementation

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