addEventListener abstract method
Sets the annotation preset configurations for the given annotation tools. @param eventName The name of the event to listen to.
Implementation
void addEventListener(String eventName, Function(dynamic) callback);
Sets the annotation preset configurations for the given annotation tools. @param eventName The name of the event to listen to.
void addEventListener(String eventName, Function(dynamic) callback);