getBoolean Method
Get the value for a key as a boolean. If it is not present, or not of type boolean, return undefined
getBoolean(key: string): undefined | boolean
| Parameter | Type | Description | 
|---|---|---|
| key | string | 
Returns - undefined | boolean
Defined in
- core/backend/src/NativeAppStorage.ts Line 107
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.