on method

  1. @JS()
void on(
  1. String event,
  2. Function callback
)

Implementation

@JS()
external void on(String event, Function callback);