handleCommitBackGesture method

  1. @override
void handleCommitBackGesture()
override

Called when a predictive back gesture is finished successfully, indicating that the current route should be popped.

The observer which was notified of this gesture's handleStartBackGesture is the same observer notified for this. If there is none, then a navigation pop will result, as in a non-predictive system back gesture.

Currently, this is only used on Android devices that support the predictive back feature.

Implementation

@override
void handleCommitBackGesture() {
  hook.handler.handleCommitBackGesture();
}