removeAll method

void removeAll()

Implementation

void removeAll() {
  objects = {};
}