initRTC static method
Initializes the rtc engine, which needs to be called before the call is established, and has a one-to-one correspondence with releaseRTC.
Implementation
static Future<void> initRTC() {
return _impl.initRTC();
}
Initializes the rtc engine, which needs to be called before the call is established, and has a one-to-one correspondence with releaseRTC.
static Future<void> initRTC() {
return _impl.initRTC();
}