resetPhysicalSize method
Reset configuration to real device physical size.
Implementation
void resetPhysicalSize(bool notify) {
_physicalSize = null;
resetPhysicalConstraints(notify);
}
Reset configuration to real device physical size.
void resetPhysicalSize(bool notify) {
_physicalSize = null;
resetPhysicalConstraints(notify);
}