clear method

void clear()

Removes all items from the HashedObserverList.

Implementation

void clear() => _map.clear();