refactor dashboard store ticket list
This commit is contained in:
@@ -20,6 +20,8 @@ class DashboardTaskListCubit extends Cubit<DashboardTaskListState> {
|
||||
: super(const DashboardTaskListState());
|
||||
|
||||
void startListening() {
|
||||
stopListening();
|
||||
|
||||
emit(state.copyWith(status: DashboardTaskListStatus.loading));
|
||||
|
||||
// Primo caricamento
|
||||
|
||||
Reference in New Issue
Block a user