mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-07-17 02:25:16 +00:00
Semi-implemented getting spaces feature
This commit is contained in:
@ -12,6 +12,12 @@ class SpacesLoaded extends SpacesState {
|
||||
SpacesLoaded(this.spaces);
|
||||
}
|
||||
|
||||
class SpacesError extends SpacesState {
|
||||
final String errMessage;
|
||||
|
||||
SpacesError(this.errMessage);
|
||||
}
|
||||
|
||||
class SpacesSelected extends SpacesState {
|
||||
final SpaceModel space;
|
||||
|
||||
|
Reference in New Issue
Block a user