download property

  1. @override
StorageDownload get download
override

Provides access to download operations scoped to this folder.

Handles remote file retrieval, synchronization, and streaming from this folder in the storage hierarchy.

Implementation

@override
StorageDownload get download => StorageDownload(fullPath: fullPath);