init method

void init()

Implementation

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