remove method
Removes a callback from this collection.
Does nothing, if the callback was not present.
Implementation
void remove(ArgumentCallback<T> callback) {
_callbacks.remove(callback);
}
Removes a callback from this collection.
Does nothing, if the callback was not present.
void remove(ArgumentCallback<T> callback) {
_callbacks.remove(callback);
}