getBlob

expect fun getBlob(key: String): Blob?(source)

Gets a property's value as a Blob. Returns null if the value doesn't exist, or its value is not a Blob.

Return

the Blob value or null.

Parameters

key

the key

actual fun getBlob(key: String): Blob?(source)
actual open fun getBlob(key: String): Blob?(source)