Back to Flutter Boost

hasShownPageIds property

doc/api/boost_lifecycle_binding/BoostLifecycleBinding/hasShownPageIds.html

5.0.2664 B
Original Source

hasShownPageIds property

Set<String>hasShownPageIds read / write

This set contains all of the ids that has been shown. It is to solve the quesition that the page can't receive onPageShow callback event when showing on screen first time. Because it is not be added to PageVisibilityBinding before dispatching containerDidShow event

Implementation

Set<String> hasShownPageIds = <String>{};