removeAll method

dynamic removeAll()

Implementation

removeAll() {
  objects = {};
}