Response redirectPermanently(String location)

Source

Response redirectPermanently(String location) {
  return new Response.movedPermanently(location);
}