archiveLogs method Null safety

Future<NIMResult<String>> archiveLogs()

Pack logs and return the URL of the packed logs.

Implementation

Future<NIMResult<String>> archiveLogs() {
  return _platform.archiveLogs();
}