removeAllListeners static method

dynamic removeAllListeners()

Removes all JitsiMeetingListeners

Implementation

static removeAllListeners() {
  JitsiMeetPlatform.instance.removeAllListeners();
}