mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-11-26 21:04:54 +00:00
Refactor HomeCubit class for better instance management
Create a private static instance variable and refactor methods for better instance management in the HomeCubit class.
This commit is contained in:
@ -2,7 +2,7 @@ part of 'home_cubit.dart';
|
||||
|
||||
abstract class HomeState {}
|
||||
|
||||
class SpacesInitial extends HomeState {}
|
||||
class HomeInitial extends HomeState {}
|
||||
|
||||
class GetSpacesLoading extends HomeState {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user