@override Future<String> getSession() async { final prefs = await SharedPreferences.getInstance(); return prefs.getString(GET_SESSION_KEY) ?? ""; }