downloadArchive method

Future<void> downloadArchive()

Downloads the File with the whole dump of logs, if any.

Implementation

Future<void> downloadArchive() async => _download(_logProvider?.file);