noticeDel method

void noticeDel(
  1. Callback call
)

Implementation

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