addListener method

void addListener(
  1. EventListener? callback
)

Implementation

void addListener(EventListener? callback) => js_util.callMethod(
    this, 'addListener', [callback == null ? null : allowInterop(callback)]);