exportFile method

Future<void> exportFile(
  1. String path
)

Exports the NDJSON log file to path.

Implementation

Future<void> exportFile(String path) => _storage.export(path);