notifyChanged method

void notifyChanged()

Forces a notification to observers that the spatial index has changed.

This bypasses the batch check and always notifies.

Implementation

void notifyChanged() {
  runInAction(() => version.value++);
}