put With Default
fun putWithDefault(key: String, value: String?, default: String? = null): String?
Content copied to clipboard
Put but if value is null or default, the entry is deleted.
Return
Old value before put.
Put but if value is null or default, the entry is deleted.
Old value before put.