downloadsDirectory property

Rx<Directory?> get downloadsDirectory

Returns the Directory the CacheWorker is supposed to put downloads to.

Implementation

Rx<Directory?> get downloadsDirectory => _cacheWorker.downloadsDirectory;