Exports the NDJSON log file to path.
path
Future<void> exportFile(String path) => _storage.export(path);