hwGetAllParams function

Map<String, String> hwGetAllParams()

Implementation

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