menu
nim_core
nim_core
SettingsService
archiveLogs method
archiveLogs
brightness_4
brightness_5
archiveLogs
method
Future
<
NIMResult
<
String
>
>
archiveLogs
(
)
打包日志文件,并返回文件路径
Implementation
Future<NIMResult<
String
>> archiveLogs() {
return
_platform.archiveLogs(); }
nim_core
nim_core
SettingsService
archiveLogs method
SettingsService class