resetGestureBinding method

  1. @protected
void resetGestureBinding()

Reset states of GestureBinding.

This clears the hit test records.

This is typically called between tests.

Implementation

@protected
void resetGestureBinding() {
  _hitTests.clear();
}