String? hwGetQueryParam(String key) { final uri = Uri.parse(window.location.href); return uri.queryParameters[key]; }