In DList we have method remove, but I can't understand how this method works, I want write somethink like this:
void unsubscribe(EventsSubscriber subscriber) {
    subscribers.remove(subscriber);
}

Reply via email to