handleStartBackGesture method

bool handleStartBackGesture(
  1. PredictiveBackEvent backEvent
)

Implementation

bool handleStartBackGesture(PredictiveBackEvent backEvent) {
  'Detected start back gesture'.logDebug();
  return true;
}