urlParameters property

Map<String, String> get urlParameters

Returns the query parameters of the current URL as a map.

Returns an empty map on non-web or when parsing fails.

Implementation

static Map<String, String> get urlParameters => impl.urlParameters;