resetGestureBinding method Null safety

  1. @protected
void resetGestureBinding()
protected">@protected

Reset states of GestureBinding.

This clears the hit test records.

This is typically called between tests.

Implementation

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