blocked method

bool blocked()

Implementation

bool blocked() {
  return belowMinAppVersion() || versionInfo?.isCriticalUpdate == true;
}