setDeepSearchShowAgain static method

dynamic setDeepSearchShowAgain(
  1. bool shouldShow
)

Implementation

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