Handles persisted state loading.
String identifying persisted state (like in localStorage.getItem(key)).
T - The storage state type.
The persisted state or null if no state exists in the storage. May return a promise resolving to the forementioned value.
Handles persisted state loading.