Future< void > _onLoadHistoryCollectionsWithDateRange(LoadHistoryCollectionsWithDateRangeEvent event, Emitter< HistoryCollectionsState > emit,) async
Future< void > _onLoadHistoryCollections(LoadHistoryCollectionsEvent event, Emitter< HistoryCollectionsState > emit,) async
final GetHistoryCollectionsUsecase getHistoryCollectionsUsecase
GetHistoryCollectionsUsecase({required this.repository})
const LoadHistoryCollectionsEvent({ required this.userId, required this.period, })
const HistoryCollectionsLoaded({required this.collections})