Future<String?> getToken() async { SharedPreferences prefs = await SharedPreferences.getInstance(); return prefs.getString(_tokenKey); }