hasListener method
callback Listener whose registration status shall be tested.
returns True if callback is registered to the event.
Implementation
bool hasListener(JSFunction callback) {
return _wrapped.hasListener(callback);
}
callback Listener whose registration status shall be tested.
returns True if callback is registered to the event.
bool hasListener(JSFunction callback) {
return _wrapped.hasListener(callback);
}