onDetach method

  1. @override
void onDetach()
override

Implementation

@override
void onDetach() {
  updater.onDetach();
  _attached = false;
}