static Future<bool> logOutUser() async { SharedPreferences preferences = await SharedPreferences.getInstance(); return preferences.remove("appleUser"); }