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

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

Removes a value (if existing) for a key.

Parameters

ParameterTypeDescription
keystringThe key to check for.

Returns

void

Previous
hasKey