resetAll method

void resetAll()

Reset all configuration to real device.

Implementation

void resetAll() {
  resetLogicalConstraints();
  resetPhysicalConstraints();
  resetDevicePixelRatios();
}