RedirectToUrl constructor

RedirectToUrl({
  1. String? url,
  2. String? returnUrl,
})

Implementation

RedirectToUrl({this.url, this.returnUrl});