static Future<String?> getUserId() async { final SharedPreferences prefs = await SharedPreferences.getInstance(); return prefs.getString('userId'); }