AccountStore
Summary
The AccountStore listens to changes to the available accounts in the database and exposes the currently active Account via current
Instance Methods
accountForId()
Returns
Return Values |
---|
Returns the {Account} for the given account id, or null. |
current()
Return Values |
---|
Returns the currently active {Account}. |