Get backend URL
static Future<String?> getBackendUrl() async { try { return await _storage.read(key: _backendUrlKey); } catch (e) { return null; } }