AppLifeCycle constructor

AppLifeCycle()

Implementation

AppLifeCycle() {
  WidgetsBinding.instance.addObserver(this);
}