setLogConfig static method
Set log config
Implementation
static Future<int?> setLogConfig($p.RTCLogConfig logConfig) async {
return $p.RTCEngine.setLogConfig(logConfig);
}
Set log config
static Future<int?> setLogConfig($p.RTCLogConfig logConfig) async {
return $p.RTCEngine.setLogConfig(logConfig);
}