setDeepSearchShowAgain static method
- bool shouldShow
Implementation
static setDeepSearchShowAgain(bool shouldShow) async {
Requests.box.write('deep_search_show_again', shouldShow);
await Requests.box.save();
}
static setDeepSearchShowAgain(bool shouldShow) async {
Requests.box.write('deep_search_show_again', shouldShow);
await Requests.box.save();
}