initRTC static method

Future<void> initRTC()

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();
}