handleUpdateBackGestureProgress method

  1. @override
void handleUpdateBackGestureProgress(
  1. PredictiveBackEvent backEvent
)
override

Called when a predictive back gesture moves.

The observer which was notified of this gesture's handleStartBackGesture is the same observer notified for this.

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

Implementation

@override
void handleUpdateBackGestureProgress(PredictiveBackEvent backEvent) {
  hook.handler.handleUpdateBackGestureProgress(backEvent);
}