destroy method

Future<void> destroy ()

销毁当前的 RtcChannel 对象。

Implementation

@override
Future<void> destroy() {
  _channels.remove(_channelId);
  return _invokeMethod('destroy');
}