SharedStore.notShared constructor

SharedStore.notShared()

Creates a SharedStore that can NOT be shared. Useful for tests or to have a version that disables the share capabilities.

Implementation

factory SharedStore.notShared() => NotSharedStore();