|
Aidra Connect 10.0.2+16
Aidra Connect Mobile Application
|
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 |
Definition at line 12 of file collection_requests_history_bloc.dart.
|
inlineprivate |
Definition at line 43 of file collection_requests_history_bloc.dart.

|
inlineprivate |
Definition at line 29 of file collection_requests_history_bloc.dart.

|
inlineprivate |
Definition at line 17 of file collection_requests_history_bloc.dart.
|
private |
Definition at line 15 of file collection_requests_history_bloc.dart.
|
private |
Definition at line 14 of file collection_requests_history_bloc.dart.