logsDownloader function

Future<String> logsDownloader()

Implementation

Future<String> logsDownloader() {
  return Logger().exportLogs();
}