chore: dep update

This commit is contained in:
shenlong-tanwen
2024-04-28 21:56:37 +05:30
parent 4a7137c50c
commit aa5673bae3
4 changed files with 19 additions and 33 deletions
+1
View File
@@ -18,6 +18,7 @@ class StoreKeyNotFoundException implements Exception {
/// Can be used concurrently from multiple isolates
class StoreManager with LogContext {
late final IStoreRepository _db;
// This cannot be final or else dart would bite when we access the field in the factory method
StreamSubscription? _subscription;
final Map<int, dynamic> _cache = {};