resetSize method
Reset configuration to real device size.
Implementation
void resetSize(bool notify) {
_size = null;
if (notify) {
_platformDispatcher.onMetricsChanged?.call();
}
}
Reset configuration to real device size.
void resetSize(bool notify) {
_size = null;
if (notify) {
_platformDispatcher.onMetricsChanged?.call();
}
}