setLogConfig method
Implementation
Future<ConfigBuilder> setLogConfig(dynamic logConfig) async {
return await nativeCall('setLogConfig', [logConfig]);
}
Future<ConfigBuilder> setLogConfig(dynamic logConfig) async {
return await nativeCall('setLogConfig', [logConfig]);
}