setBlob

expect fun setBlob(key: String, value: Blob?): MutableDocument(source)

Set a Blob value for the given key

Return

this MutableDocument instance

Parameters

key

the key.

value

the Blob value.

actual fun setBlob(key: String, value: Blob?): MutableDocument(source)
actual fun setBlob(key: String, value: Blob?): MutableDocument(source)