resetSize method
Resets size to the default value for this display.
Implementation
void resetSize() {
_size = null;
_platformDispatcher.onMetricsChanged?.call();
}
Resets size to the default value for this display.
void resetSize() {
_size = null;
_platformDispatcher.onMetricsChanged?.call();
}