Local Storage

Local Storage Overview

This storage option is useful for saving simple info on the device, especially helpful for remembering user's setting from a previous session.

Save Data

To save data locally to your phone, simply name a key to store a value under. If you have a previous value in your key, saving it will override that value

Get Data

Last updated

Was this helpful?