debugReset static method
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;
}
Test/debug only. Reset the cached value so the next get call recomputes from platform info.
@visibleForTesting
static void debugReset() {
_cached = null;
_inFlight = null;
}