reset static method

  1. @visibleForTesting
void reset()

Resets the global state. Intended for testing only.

Implementation

@visibleForTesting
static void reset() {
  _data = ResponsiveData.identity;
}