onPreRunApp method

FutureOr<void> onPreRunApp()
inherited

You can describe the process before runApp.

runApp前の処理を記述することができます。

Implementation

FutureOr<void> onPreRunApp() {}