Get the query string as a map.
static Map<String, String> getAll() { final query = window.location.search; final uri = Uri.parse(query); return uri.queryParameters; }