putDataResumable
expect fun putDataResumable(data: Data, metadata: FirebaseStorageMetadata? = null): ProgressFlow(source)
Asynchronously uploads byte data to this StorageReference.
Return
A ProgressFlow that can be used to monitor and manage the upload.
Parameters
data
The Data to upload.
metadata
FirebaseStorageMetadata containing additional information (MIME type, etc.) about the object being uploaded.
actual fun putDataResumable(data: Data, metadata: <Error class: unknown class>?): <Error class: unknown class>(source)