reset method

void reset(
  1. bool notify
)

Reset all display configuration to real device.

Implementation

void reset(bool notify) {
  resetDevicePixelRatio(notify);
  resetRefreshRate(notify);
  resetSize(notify);
}