getLogConfiguration method
Implementation
Future<TTSDKLogConfiguration> getLogConfiguration() async {
return await nativeCall('logConfiguration', []);
}
Future<TTSDKLogConfiguration> getLogConfiguration() async {
return await nativeCall('logConfiguration', []);
}