currently static method

bool currently(
  1. ScreenType _screenTypeOption
)

Implementation

static bool currently(ScreenType _screenTypeOption) {
    return _screenType == _screenTypeOption;
}