Namespaces
setBoolean
function setBoolean(key: string, value: boolean): void;Defined in: application-settings/index.d.ts:33
Sets a Boolean Object for a key.
Parameters
| Parameter | Type | Description |
|---|---|---|
key | string | The key. |
value | boolean | The value. |
Returns
void