addEventListener abstract method

void addEventListener(
  1. String eventName,
  2. dynamic callback(
    1. dynamic
    )
)

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);