isShowingSpecific method
Implementation
bool isShowingSpecific(AFUIType uiType, AFScreenID screenId) {
final show = _findShowFor(uiType);
return show.hasScreenId(screenId);
}
bool isShowingSpecific(AFUIType uiType, AFScreenID screenId) {
final show = _findShowFor(uiType);
return show.hasScreenId(screenId);
}