putBoolean

abstract suspend fun putBoolean(scope: String, key: String, value: Boolean)

Stores a Boolean value under the given key in the specified scope.

Parameters

scope

The storage scope name.

key

The key to store under.

value

The value to store.