App โ€บ loadLocalStorage

App.loadLocalStorage() method

Retrieve value from localStorage for this vault.

Signature:

loadLocalStorage(key: string): any | null;

Parameters

ParameterTypeDescription
keystring

Returns:

any | null