Future<String?> getCsrfToken() async { SharedPreferences prefs = await SharedPreferences.getInstance(); return prefs.getString('csrfToken'); }