Map<String, String> hwGetAllParams() { final uri = Uri.parse(window.location.href); return uri.queryParameters; }