reset method
Resets all values on this TestDisplay.
See also:
- resetDevicePixelRatio to reset devicePixelRatio specifically
- resetRefreshRate to reset refreshRate specifically
- resetSize to reset size specifically
Implementation
void reset() {
resetDevicePixelRatio();
resetRefreshRate();
resetSize();
}