storage property
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();
The global storage instance used by all stores.
Defaults to StorageDefault, which uses the file system on mobile/desktop
and localStorage on the web.
static StorageBase storage = StorageDefault();