remove method
Removes an entity from the accumulator (XOR is self-inverse).
Implementation
void remove(DatumEntityInterface entity) => removeMap(entity.toDatumMap(target: MapTarget.remote));
Removes an entity from the accumulator (XOR is self-inverse).
void remove(DatumEntityInterface entity) => removeMap(entity.toDatumMap(target: MapTarget.remote));