noticeDelAll method

void noticeDelAll()

Implementation

void noticeDelAll() {
  _listeners.forEach(FastNotification.removeListener);
  _listeners.clear();
}