Key used to store the persisted state.
Options to be passed to LocalForage.
Optional
toInner: ToInner<Outer, Inner>Custom conversion from state object to storage object (default is pass through).
Optional
toOuter: ToOuter<Outer, Inner>Custom conversion from storage object to state object (default is pass through).
Builds LocalForage wrapper.