9.0 Released! → Native ESM runtimes 🚀, Vite support ⚡️, multi-window apps and more...
Read Announcement
ts
function setBoolean(key: string, value: boolean): void;

Defined in: application-settings/index.d.ts:33

Sets a Boolean Object for a key.

Parameters

ParameterTypeDescription
keystringThe key.
valuebooleanThe value.

Returns

void

Previous
remove