cleanUp method

dynamic cleanUp()

Implementation

cleanUp() {
  map.removeWhere((key, f) => f.state == StateF.removed);
}