PopBehaviour typedef

PopBehaviour = PopResult Function(NavigationNotifier notifier, NavigationStack current)

Implementation

typedef PopResult PopBehaviour(
  NavigationNotifier notifier,
  NavigationStack current,
);