onInit abstract method

FutureOr<void> onInit(
  1. BuildContext context
)

Describe the initialization process after the screen is displayed.

After this process is complete, the user is taken to the first screen.

画面表示後の初期化処理を記述します。

この処理が終わると最初の画面に遷移します。

Implementation

FutureOr<void> onInit(BuildContext context);