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