resetDisplayFeatures method
Reset configuration to real device display features.
Implementation
void resetDisplayFeatures(bool notify) {
_displayFeatures = null;
if (notify) {
platformDispatcher.onMetricsChanged?.call();
}
}
Reset configuration to real device display features.
void resetDisplayFeatures(bool notify) {
_displayFeatures = null;
if (notify) {
platformDispatcher.onMetricsChanged?.call();
}
}