dispose method

void dispose()
inherited

Discards any resources used by the object.

Implementation

void dispose() {
  _listeners.clear();
}