detach method

  1. @override
void detach()
override

Implementation

@override
void detach() {
  super.detach();

  // The Layer might no longer be visible.  We'll figure out whether it gets
  // re-attached later.
  _scheduleIntersectionObservationUpdate();
}