reset static method

  1. @visibleForTesting
void reset()

Reset the store to null for testing

Implementation

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