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