static saveBool(String key, bool value) async { SharedPreferences sp = await SharedPreferences.getInstance(); return sp.setBool(key, value); }