onGestureStart method

void onGestureStart()

Implementation

void onGestureStart() {
  cancelPendingHistory();
  _accumulator.reset();
}