clearListeners method Null safety
This function attempt to remove all handlers from the event
.
Implementation
void clearListeners() {
recurrentEvents.clear();
singleEvents.clear();
}
This function attempt to remove all handlers from the event
.
void clearListeners() {
recurrentEvents.clear();
singleEvents.clear();
}