onInit method

  1. @mustCallSuper
void onInit()

called when view init

Implementation

@mustCallSuper
void onInit() {
  hasInit = true;
  _presenterState = PresenterState.created;
}