Redirect.found constructor
const
Redirect.found(
- String location
A 302, kept for clients that expect it. Prefer Redirect.to.
Implementation
const Redirect.found(String location) : this._(302, location);
A 302, kept for clients that expect it. Prefer Redirect.to.
const Redirect.found(String location) : this._(302, location);