notifyNow method

void notifyNow()

Forces firing all pending visibility callbacks immediately.

This might be desirable just prior to tearing down the widget tree (such as when switching views or when exiting the application).

Implementation

void notifyNow() => RenderVisibilityDetectorBase.notifyNow();