forget method
Forgets any pending visibility callbacks for the VisibilityDetector with
the given key
.
If the widget gets attached/detached, the callback will be rescheduled.
This method can be used to cancel timers after the VisibilityDetector has been detached to avoid pending timers in tests.
Implementation
void forget(Key key) => RenderVisibilityDetectorBase.forget(key);