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