remove method

void remove(
  1. DatumEntityInterface entity
)

Removes an entity from the accumulator (XOR is self-inverse).

Implementation

void remove(DatumEntityInterface entity) => removeMap(entity.toDatumMap(target: MapTarget.remote));