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
store [nfc]: Make account-exists assumption explicit in some dartdocs
In particular:
GlobalStore.loadPerAccount
GlobalStore.doLoadPerAccount
UpdateMachine.load
The first two already have an `assert` that the account exists, and
the third has a ! null-check. They're called in a chain from two
places, and we have the account in both: the initial account load
and the reload (GlobalStore._reloadPerAccount).
0 commit comments