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