addEventListener method
Implementation
void addEventListener(String type, EventListener? callback,
[dynamic options]) =>
js_util.callMethod(this, 'addEventListener',
[type, callback == null ? null : allowInterop(callback), options]);