void didStartUserGesture()

The navigator is being controlled by a user gesture.

Used for the iOS back gesture.

Source

void didStartUserGesture() {
  _userGestureInProgress = true;
  config.observer?.didStartUserGesture();
}