setLogConfig method

Future<ConfigBuilder> setLogConfig(
  1. dynamic logConfig
)

Implementation

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