BootRouteQueryBuilder constructor

const BootRouteQueryBuilder({
  1. Key? key,
})

RouteQueryBuilder for building the boot page (the page that is displayed only when the application is launched).

The boot page is displayed when the application is launched by passing it to AppRouter.

The screen implemented by build will be displayed.

Execute onInit, wait for Future, then display the first page.

ブートページ(アプリ立ち上げ時のみ表示されるページ)をビルドするためのRouteQueryBuilder

AppRouterに渡すことによりブートページをアプリ立ち上げ時に表示します。

buildで実装した画面が表示されます。

onInitを実行し、Futureを待った後最初のページを表示します。

Implementation

const BootRouteQueryBuilder({super.key});