releaseRTC static method
release rtc engine. You are advised to call it after the call is over. The release relationship must be one-to-one with initRTC.
Implementation
static Future<void> releaseRTC() {
tools.log("ChatCallKitManager:releaseRTC called");
return _impl.releaseRTC();
}