Future<dynamic> setBoolValues(String key, bool value) async { var prefs = await SharedPreferences.getInstance(); await prefs.setBool(key, value); }