redirect method

List<RedirectQuery> redirect()

The reroute settings associated with this page are done by giving a list of classes that extend RedirectQuery.

This reroute setting applies only to transitions to this page.

このページに紐づくリルート設定をRedirectQueryを継承したクラスのリストを与えることで行います。

このリルート設定はこのページに遷移する際のみに適用されます。

Implementation

List<RedirectQuery> redirect() => const [];