Location edition
This commit is contained in:
parent
e55edce3d4
commit
87718b7ad5
15 changed files with 138 additions and 75 deletions
|
|
@ -1,6 +1,5 @@
|
|||
import 'package:bson_objectid/bson_objectid.dart';
|
||||
import 'package:fires_flutter/models/yourLocation.dart';
|
||||
import 'package:meta/meta.dart';
|
||||
|
||||
abstract class YourLocationActions {}
|
||||
|
||||
|
|
@ -34,6 +33,12 @@ class UpdateYourLocationAction extends YourLocationActions {
|
|||
UpdateYourLocationAction(this.loc);
|
||||
}
|
||||
|
||||
class UpdatedYourLocationAction extends YourLocationActions {
|
||||
YourLocation loc;
|
||||
|
||||
UpdatedYourLocationAction(this.loc);
|
||||
}
|
||||
|
||||
class ToggleSubscriptionAction extends YourLocationActions {
|
||||
YourLocation loc;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue