Closes underlying stream subscriptions for Store and EventBus
@mustCallSuper void disposeStore() { _storeSaveSubscription?.cancel(); _store.dispose(); }