setMetadata

actual suspend fun setMetadata(metadata: ByteArray)(source)
actual suspend fun setMetadata(metadata: ByteArray)(source)
expect suspend fun setMetadata(metadata: ByteArray)(source)

Associates arbitrary metadata with the offline pack, replacing any metadata that was previously associated.

Throws

if the operation failed.