debugReset static method

  1. @visibleForTesting
void debugReset()

Test/debug only. Reset the cached value so the next get call recomputes from platform info.

Implementation

@visibleForTesting
static void debugReset() {
  _cached = null;
  _inFlight = null;
}