Aidra Connect 10.0.2+16
Aidra Connect Mobile Application
Loading...
Searching...
No Matches
Bloc< CollectionRequestsHistoryEvent, CollectionRequestsHistoryState > Class Reference

Private Member Functions

 CollectionRequestsHistoryBloc ({ required this.loadCompletedCollectionsUseCase, required this.loadOnGoingCollectionUseCase, })
Future< void > _onLoadOnGoingCollectionRequestsEvent (LoadOnGoingCollectionRequestsEvent event, Emitter< CollectionRequestsHistoryState > emit,) async
Future< void > _onLoadCompletedCollectionRequestsEvent (LoadCompletedCollectionRequestsEvent event, Emitter< CollectionRequestsHistoryState > emit,) async

Private Attributes

final LoadOnGoingCollectionRequestsUseCase loadOnGoingCollectionUseCase
final LoadCompletedCollectionRequestsUseCase loadCompletedCollectionsUseCase

Detailed Description

Definition at line 12 of file collection_requests_history_bloc.dart.

Member Function Documentation

◆ _onLoadCompletedCollectionRequestsEvent()

Future< void > Bloc< CollectionRequestsHistoryEvent, CollectionRequestsHistoryState >::_onLoadCompletedCollectionRequestsEvent ( LoadCompletedCollectionRequestsEvent event,
Emitter< CollectionRequestsHistoryState > emit )
inlineprivate

Definition at line 43 of file collection_requests_history_bloc.dart.

Here is the call graph for this function:

◆ _onLoadOnGoingCollectionRequestsEvent()

Future< void > Bloc< CollectionRequestsHistoryEvent, CollectionRequestsHistoryState >::_onLoadOnGoingCollectionRequestsEvent ( LoadOnGoingCollectionRequestsEvent event,
Emitter< CollectionRequestsHistoryState > emit )
inlineprivate

Definition at line 29 of file collection_requests_history_bloc.dart.

Here is the call graph for this function:

◆ CollectionRequestsHistoryBloc()

Bloc< CollectionRequestsHistoryEvent, CollectionRequestsHistoryState >::CollectionRequestsHistoryBloc ( { required this.loadCompletedCollectionsUseCase, required this.loadOnGoingCollectionUseCase, } )
inlineprivate

Definition at line 17 of file collection_requests_history_bloc.dart.

Member Data Documentation

◆ loadCompletedCollectionsUseCase

final LoadCompletedCollectionRequestsUseCase Bloc< CollectionRequestsHistoryEvent, CollectionRequestsHistoryState >::loadCompletedCollectionsUseCase
private

Definition at line 15 of file collection_requests_history_bloc.dart.

◆ loadOnGoingCollectionUseCase

final LoadOnGoingCollectionRequestsUseCase Bloc< CollectionRequestsHistoryEvent, CollectionRequestsHistoryState >::loadOnGoingCollectionUseCase
private

Definition at line 14 of file collection_requests_history_bloc.dart.


The documentation for this class was generated from the following file: