getDeepSearchShowAgain static method

bool getDeepSearchShowAgain()

Implementation

static bool getDeepSearchShowAgain() {
  return Requests.box.read('deep_search_show_again') ?? true;
}