onInit method

  1. @protected
  2. @mustCallSuper
void onInit()

Callback method to be executed during initialization.

It is executed at the same time as initState in StatefulWidget.

Implementation

@protected
@mustCallSuper
void onInit() {}