Future<String?>? getSessionId() async{ final prefs = await SharedPreferences.getInstance(); return prefs.getString(SESSION_ID); }