reset method
Reset all display configuration to real device.
Implementation
void reset(bool notify) {
resetDevicePixelRatio(notify);
resetRefreshRate(notify);
resetSize(notify);
}
Reset all display configuration to real device.
void reset(bool notify) {
resetDevicePixelRatio(notify);
resetRefreshRate(notify);
resetSize(notify);
}