static Future<bool> getisUserLoggedIn() async { final prefs = await SharedPreferences.getInstance(); return prefs.getBool(isUserLoggedIn) ?? false; }