destroyAll static method

void destroyAll()

Destroys all RtcChannel instances.

Implementation

static void destroyAll() {
  RtcChannelImpl.destroyAll();
}