feat: home bloc
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
part of 'home_bloc.dart';
|
||||
|
||||
@freezed
|
||||
class HomeEvent with _$HomeEvent {
|
||||
const factory HomeEvent.fetchedDashboard() = _FetchedDashboard;
|
||||
}
|
||||
Reference in New Issue
Block a user