NavigationGestureController startPopGesture(NavigatorState navigator)

If the route's transition can be popped via a user gesture (e.g. the iOS back gesture), this should return a controller object that can be used to control the transition animation's progress. Otherwise, it should return null.

Source

NavigationGestureController startPopGesture(NavigatorState navigator) {
  return null;
}