Searchable realms

This commit is contained in:
2025-06-28 00:47:03 +08:00
parent b8dec9f798
commit 243ecb3f71
5 changed files with 232 additions and 32 deletions

View File

@ -32,7 +32,6 @@ class UserInfoNotifier extends StateNotifier<AsyncValue<SnAccount?>> {
state = const AsyncValue.data(null);
final prefs = _ref.read(sharedPreferencesProvider);
await prefs.remove(kTokenPairStoreKey);
_ref.invalidate(userInfoProvider);
_ref.invalidate(tokenProvider);
}
}