emit method

void emit(
  1. String type,
  2. dynamic data, [
  3. bool shouldBubble = false
])

Implementation

void emit(String type, data, [bool shouldBubble = false]) =>
    js.emit(type, data, shouldBubble);