budget mockup, account settings & transactions filter
This commit is contained in:
@@ -24,6 +24,10 @@ class MetadataRepository {
|
||||
return _budgetController.asBroadcastStream();
|
||||
}
|
||||
|
||||
List<Account> getAccounts() {
|
||||
return _accountController.value;
|
||||
}
|
||||
|
||||
Stream<List<Account>> getAccountsStream() {
|
||||
return _accountController.asBroadcastStream();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user