Back to Flutter Boost

getTopPageInfo method

doc/api/boost_navigator/BoostNavigator/getTopPageInfo.html

5.0.2339 B
Original Source

getTopPageInfo method

PageInfogetTopPageInfo()

Retrieves the infomation of the top-most flutter page on the hybrid stack, such as uniqueId, pagename, etc;

This is a legacy API for backwards compatibility.

Implementation

PageInfo getTopPageInfo() => appState.getTopPageInfo();