href property
set
href
(String value)
Sets the Location.href value of this cross-origin location to value
.
Implementation
set href(String value) => _location.href = value;
Sets the Location.href value of this cross-origin location to value
.
set href(String value) => _location.href = value;