refresh static method
void
refresh()
Force refresh of platform detection (useful for testing)
Implementation
static void refresh() {
_cachedPlatform = null;
}
Force refresh of platform detection (useful for testing)
static void refresh() {
_cachedPlatform = null;
}