Gets the WebSocket URL from the environment file
static Future<String?> getWsUrl() async { return await getEnvVar('WS_URL'); }