addAsyncListener method
Adds an asynchronous listener to the event.
Implementation
Event addAsyncListener(EventAsyncFunction listener) {
_asyncListeners.add(listener);
return this;
}
Adds an asynchronous listener to the event.
Event addAsyncListener(EventAsyncFunction listener) {
_asyncListeners.add(listener);
return this;
}