PropsEventTarget extension

on

Methods

addEventListener(String type, EventListener? callback, [dynamic options]) → void
dispatchEvent(Event event) bool
removeEventListener(String type, EventListener? callback, [dynamic options]) → void