More redux work in fires page
This commit is contained in:
parent
5d947f9577
commit
7dddf03e32
13 changed files with 210 additions and 54 deletions
|
|
@ -79,6 +79,6 @@ class AppState extends Object with _$AppStateSerializerMixin {
|
|||
typedef void AddYourLocationFunction(YourLocation loc);
|
||||
typedef void DeleteYourLocationFunction(ObjectId id);
|
||||
typedef void UpdateYourLocationFunction(ObjectId id, YourLocation loc);
|
||||
typedef void ToggleSubscriptionFunction(ObjectId id);
|
||||
typedef void ToggleSubscriptionFunction(YourLocation loc);
|
||||
typedef void SubscribeFunction(ObjectId id);
|
||||
typedef void UnSubscribeFunction(ObjectId id);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue