bool isShowing(AFUIType uiType) { final show = _findShowFor(uiType); return show != AFRouteState.showScreenUnused; }