upload property

  1. @override
StorageUpload get upload
override

Provides access to upload operations scoped to this folder.

Use this interface to handle file uploads, batch enqueueing, or progress tracking within this specific folder context.

Implementation

@override
StorageUpload get upload => StorageUpload(fullPath: fullPath);