init method

void init()

must be called in main() of your app

Implementation

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