reportPop method
Implementation
reportPop(FRouteInformation information) {
// does this get double-called with _handlePagePop?
if (information.isExternal) {
rootState.popHistory();
}
}
reportPop(FRouteInformation information) {
// does this get double-called with _handlePagePop?
if (information.isExternal) {
rootState.popHistory();
}
}