removeAllListeners static method

dynamic removeAllListeners()

Removes all JitsiMeetingListeners

Implementation

static removeAllListeners() {
  _listeners.clear();
}