Remove closeBox when open box in hive database
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -29,6 +29,4 @@ class StateCacheManager {
|
||||
final stateKey = TupleKey(stateType.name, accountId.asString, userName.value).encodeKey;
|
||||
return await _stateCacheClient.deleteItem(stateKey);
|
||||
}
|
||||
|
||||
Future<void> closeStateHiveCacheBox() => _stateCacheClient.closeBox();
|
||||
}
|
||||
Reference in New Issue
Block a user