presetLogConfig static method
Implementation
static Future<void> presetLogConfig(dynamic config) async {
final logLevel = config["logLevel"];
LogConfig logConfig = LogConfig(logLevel: logLevel);
ZegoFlutterEngine.presetLogConfig(logConfig);
}
static Future<void> presetLogConfig(dynamic config) async {
final logLevel = config["logLevel"];
LogConfig logConfig = LogConfig(logLevel: logLevel);
ZegoFlutterEngine.presetLogConfig(logConfig);
}