storageScope property

  1. @protected
StorageBase get storageScope

The storage instance specific to this store. By default, it uses the global Store.storage. Override this getter to provide a different storage mechanism.

Implementation

@protected
StorageBase get storageScope => storage;