off method

void off(
  1. String eventType,
  2. Function handler
)

Used to stop listening to specific TalkJS session events

@remarks Call this with the same eventType and handler to stop receiving events.

Related methods: {@link Session.on | Session.on}

Implementation

external void off(String eventType, Function handler);