json-api-store
json-api-store copied to clipboard
Dispose method
The store should have a store.dispose()
method the in turn calls dispose()
on store._subject
. Pretty rare that you'd need to call it, but it should be there.