resetDevicePixelRatio method
Reset configuration to real device pixel ratio.
Implementation
void resetDevicePixelRatio(bool notify) {
vDevicePixelRatio = null;
if (notify) {
_platformDispatcher.onMetricsChanged?.call();
}
}
Reset configuration to real device pixel ratio.
void resetDevicePixelRatio(bool notify) {
vDevicePixelRatio = null;
if (notify) {
_platformDispatcher.onMetricsChanged?.call();
}
}