zipToShareLog method

void zipToShareLog()

Zips the log file and initiates sharing.

Implementation

void zipToShareLog() {
  if (logZ == null) {
    throw Exception("LogZ is not initialized.");
  }
  logZ!.zipToShareLog();
}