reportPop method

dynamic reportPop(
  1. FRouteInformation information
)

Implementation

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