removeAllListeners method

void removeAllListeners()

Remove all listeners

Implementation

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