EventListener typedef Null safety
Signature of an html event listener.
We have to redefine it because non-web platforms can't import dart:html.
Implementation
typedef EventListener = dynamic Function(Object event);
Signature of an html event listener.
We have to redefine it because non-web platforms can't import dart:html.
typedef EventListener = dynamic Function(Object event);