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