clear method
Clears the internal state of this entity manager.
Implementation
EntityManager clear() {
entities.length = 0;
_messageDispatcher.clear();
return this;
}
Clears the internal state of this entity manager.
EntityManager clear() {
entities.length = 0;
_messageDispatcher.clear();
return this;
}