You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: cache AppDatabase and add common dependency disposal
- Keep a shared AppDatabase instance in the call isolate to reuse across repositories.
- Add _disposeCommonDependencies() to close DB/isolate managers and reset cached singletons.
- Release resources via _disposeCommonDependencies() on push sync releaseResources callback.
0 commit comments