archiveLogs method Null safety
Pack logs and return the URL of the packed logs.
Implementation
Future<NIMResult<String>> archiveLogs() {
return _platform.archiveLogs();
}
Pack logs and return the URL of the packed logs.
Future<NIMResult<String>> archiveLogs() {
return _platform.archiveLogs();
}