get
get(key: string
): Promise<StorageKey,null>
Retrieves a value of the specified key.
Parameters
key:
string
Key to get
Returns
type:
Promise<StorageKey,null>
get(key: string
): Promise<StorageKey,null>
Retrieves a value of the specified key.
string
Key to get
Promise<StorageKey,null>