destroy method
Destroys the RtcChannel instance.
Implementation
@override
Future<void> destroy() {
_channels.remove(channelId);
return _invokeMethod('destroy');
}
Destroys the RtcChannel instance.
@override
Future<void> destroy() {
_channels.remove(channelId);
return _invokeMethod('destroy');
}