1 min readFeb 17, 2019
That’s correct as my sample didn’t need that. If you want to add it, you would need to add to createNavigationMiddleware() method third TypedMiddleware,
TypedMiddleware<AppState, NavigatePopAction>(_navigate),
and change the _navigate method to: