setInt

expect fun setInt(key: String, value: Int): MutableDocument(source)

Set an integer value for the given key

Return

this MutableDocument instance

Parameters

key

the key.

value

the integer value.

actual fun setInt(key: String, value: Int): MutableDocument(source)
actual fun setInt(key: String, value: Int): MutableDocument(source)