static void setVisible(String dialogId, bool visible) { final entryWrapper = _overlays[dialogId]; entryWrapper?.isVisible.value = visible; }