Feb 12, 2021
This is the intended behavior. I returned false to show how you could prevent a pop event. Since the action is local it stops their.
If you want the event to be fired in the AuthenticationRouterDelegate's Navigator onPopPage then you are right to use navigatorKey.currentState.pop() since we don't have the right context
Hope it's clear !