storage property

StorageBase storage
getter/setter pair

The global storage instance used by all stores. Defaults to StorageDefault, which uses the file system on mobile/desktop and localStorage on the web.

Implementation

static StorageBase storage = StorageDefault();