handleMetricsChanged method Null safety
protected">@protectedvisibleForTesting">@visibleForTesting
Called when the system metrics change.
Implementation
@protected
@visibleForTesting
void handleMetricsChanged() {
assert(renderView != null);
renderView.configuration = createViewConfiguration();
if (renderView.child != null) {
scheduleForcedFrame();
}
}