onAttach method

  1. @override
void onAttach()
override

Implementation

@override
void onAttach() {
  _attached = true;
  if (!initialized) {
    init();
    initialized = true;
  }
  updater.onAttach();
}