clearAll method

void clearAll()

Removes all handlers from all channels.

Implementation

void clearAll() {
  _channels.clear();
}