isNotShowing method

bool isNotShowing(
  1. AFUIType uiType
)

Implementation

bool isNotShowing(AFUIType uiType) {
  final show = _findShowFor(uiType);
  return show.hasScreenId(AFUIScreenID.unused);
}