resetPhysicalSize method

void resetPhysicalSize(
  1. bool notify
)

Reset configuration to real device physical size.

Implementation

void resetPhysicalSize(bool notify) {
  _physicalSize = null;
  resetPhysicalConstraints(notify);
}