Redirect.temporary constructor
const
Redirect.temporary(
- String location
A 307: same place, same method, do not cache.
Implementation
const Redirect.temporary(String location) : this._(307, location);
A 307: same place, same method, do not cache.
const Redirect.temporary(String location) : this._(307, location);