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