Fetch the user's WebID from the Solid server.
Future<String?> fetchWebId() async { try { return await getWebId(); } catch (e) { return null; } }