Functions
getStorage
- getStorage<T>(key: string, type?: StorageType): T | null
Type Parameters
Parameters
Returns T | null
removeStorage
Parameters
Returns void
setStorage
- setStorage(key: string, value: any, concat?: boolean, type?: StorageType): null | void
Parameters
key: string
value: any
Optional concat: boolean
type: StorageType = StorageType.local
Returns null | void