Only used internally and for cleaning up after tests.
If you need to use this for other purposes, consider adding clear() or destroy() to stores interfaces.
Returns Promise<void>
destroy
destroy(): Observable<void>
Might all destroy other stores, if the underlying PouchDb database is shared.
Only used internally and for cleaning up after tests. If you need to use this for other purposes, consider adding clear() or destroy() to stores interfaces.