I'm sure I am missing something simple, but I cannot find the object to call to use the Storage functions. I see the "storage" folder and the files that define the functions for basestorage, LocalStorage, WindowStorage, and SessionStorage.
However, the Apperyio helper object does not seem have these connected to it.
I know I can use sessionStorage.setItem('variable_name','value'); directly, but I would like to make use of the pre-built helper objects instead of writing my own.
Can someone point out what I am missing here in order to set/get SessionStorage objects in a service using the pre-built Appery functions?