noticeDel method
Implementation
void noticeDel(Callback call) {
if (_listeners.remove(call)) {
FastNotification.removeListener(call);
}
}
void noticeDel(Callback call) {
if (_listeners.remove(call)) {
FastNotification.removeListener(call);
}
}