We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1ac92f commit 55fe45fCopy full SHA for 55fe45f
lib/model/store.dart
@@ -151,6 +151,7 @@ abstract class GlobalStore extends ChangeNotifier {
151
assert(_accounts.containsKey(accountId));
152
final store = await doLoadPerAccount(accountId);
153
if (!_accounts.containsKey(accountId)) {
154
+ // TODO(#1354): handle this earlier
155
// [removeAccount] was called during [doLoadPerAccount].
156
store.dispose();
157
throw AccountNotFoundException();
0 commit comments