redirect static method

Response redirect(
  1. String url,
  2. [int? status = 302]
)

Implementation

external static Response redirect(String url, [int? status = 302]);