router property

AppRouter router

Get AppRouter.

Page transitions can be performed directly by executing AppRouter.push, AppRouter.replace, or AppRouter.pop.

AppRouterを取得します。

AppRouter.pushAppRouter.replaceAppRouter.popを実行することでページ遷移を直接行うことが可能です。

Implementation

AppRouter get router {
  return AppRouter.of(this);
}