off method

  1. @JS("off")
Future off(
  1. String eventName,
  2. Function func
)

Unsubscribe listener to event.

Implementation

@JS("off")
external Future off(String eventName, Function func);