stateFlow

abstract val stateFlow: StateFlow<ResumableUploadState>(source)

The current upload progress as a StateFlow. The UploadStatus contains the total bytes sent and the total size of the upload. At the end of the upload, the UploadStatus will be UploadStatus.Success.