Namespaces
remove
function remove(key: string): void;Defined in: application-settings/index.d.ts:53
Removes a value (if existing) for a key.
Parameters
| Parameter | Type | Description |
|---|---|---|
key | string | The key to check for. |
Returns
void
- Previous
- hasKey
- Next
- setBoolean