delectSearchList static method

Future<bool> delectSearchList()

Implementation

static Future<bool> delectSearchList() async {
  SharedPreferences prefs = await SharedPreferences.getInstance();
  var result = await prefs.remove(urlSearchHis);
  return result;
}