Future<String> fetchAccessToken() async { final prefs = await SharedPreferences.getInstance(); return prefs.getString('token').toString(); }