init method

void init()

Implementation

void init() {
  WidgetsBinding.instance.addObserver(this);
  changeNavigationStack(true);
}