setLocation method
Sets the Location header.
Implementation
void setLocation(String location) {
setHeader(HttpHeaders.locationHeader, location);
}
Sets the Location header.
void setLocation(String location) {
setHeader(HttpHeaders.locationHeader, location);
}