reset static method
Resets the global state. Intended for testing only.
Implementation
@visibleForTesting
static void reset() {
_data = ResponsiveData.identity;
}
Resets the global state. Intended for testing only.
@visibleForTesting
static void reset() {
_data = ResponsiveData.identity;
}