removeObject method

bool removeObject (
  1. AcmObject object
)

Removes the given AcmObject. Returns true if succesful; otherwise, false.

Implementation

bool removeObject(AcmObject object) => _objects.remove(object);