exportLogsToDownload static method

Future<void> exportLogsToDownload()

Exports the stored logs for download.

Depending on the platform, this might trigger a save-as/share or store the logs in a specific directory (e.g. default downloads directory)

  • Returns: A future that completes once the user has saved the logs.

Implementation

static Future<void> exportLogsToDownload() =>
    _logger.logStorage.exportLogsToDownload();