isShowing method

bool isShowing(
  1. AFUIType uiType
)

Implementation

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