detach method
See AbstractNode.detach.
Implementation
@override
void detach() {
super.detach();
// The Layer might no longer be visible. We'll figure out whether it gets
// re-attached later.
_scheduleIntersectionObservationUpdate();
}
See AbstractNode.detach.
@override
void detach() {
super.detach();
// The Layer might no longer be visible. We'll figure out whether it gets
// re-attached later.
_scheduleIntersectionObservationUpdate();
}