removeAll method

void removeAll()

Implementation

void removeAll() {
  _listenerMap.clear();
}