Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
Loading...
Searching...
No Matches
Bloc< CollectionsEvent, CollectionsState > Class Reference

Private Member Functions

 CollectionsBloc ()
Future< void_onLoadCollections (LoadCollectionsEvent event, Emitter< CollectionsState > emit,) async
Future< void_onUpdateCollectionStatus (UpdateCollectionStatusEvent event, Emitter< CollectionsState > emit,) async
Future< void_onLoadCancellationReasons (LoadCancellationReasonsEvent event, Emitter< CollectionsState > emit,) async
Future< void_onValidateCollection (ValidateCollectionEvent event, Emitter< CollectionsState > emit,) async

Private Attributes

final GetCollectionsUseCase getCollectionsUseCase = sl<GetCollectionsUseCase>()
final GetCancellationReasonsUseCase getCancelationReasonsUseCase = sl<GetCancellationReasonsUseCase>()
final UpdateCollectionStatusUsecase updateCollectionStatusUsecase = sl<UpdateCollectionStatusUsecase>()
final ValidateCollectionUsecase validateCollectionUseCase = sl<ValidateCollectionUsecase>()

Detailed Description

Definition at line 19 of file collections_bloc.dart.

Member Function Documentation

◆ _onLoadCancellationReasons()

Future< void > Bloc< CollectionsEvent, CollectionsState >::_onLoadCancellationReasons ( LoadCancellationReasonsEvent event,
Emitter< CollectionsState > emit )
inlineprivate

Definition at line 96 of file collections_bloc.dart.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ _onLoadCollections()

Future< void > Bloc< CollectionsEvent, CollectionsState >::_onLoadCollections ( LoadCollectionsEvent event,
Emitter< CollectionsState > emit )
inlineprivate

Definition at line 32 of file collections_bloc.dart.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ _onUpdateCollectionStatus()

Future< void > Bloc< CollectionsEvent, CollectionsState >::_onUpdateCollectionStatus ( UpdateCollectionStatusEvent event,
Emitter< CollectionsState > emit )
inlineprivate

Definition at line 58 of file collections_bloc.dart.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ _onValidateCollection()

Future< void > Bloc< CollectionsEvent, CollectionsState >::_onValidateCollection ( ValidateCollectionEvent event,
Emitter< CollectionsState > emit )
inlineprivate

Definition at line 108 of file collections_bloc.dart.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ CollectionsBloc()

Bloc< CollectionsEvent, CollectionsState >::CollectionsBloc ( )
inlineprivate

Definition at line 25 of file collections_bloc.dart.

Here is the call graph for this function:

Member Data Documentation

◆ getCancelationReasonsUseCase

final GetCancellationReasonsUseCase Bloc< CollectionsEvent, CollectionsState >::getCancelationReasonsUseCase = sl<GetCancellationReasonsUseCase>()
private

Definition at line 21 of file collections_bloc.dart.

◆ getCollectionsUseCase

final GetCollectionsUseCase Bloc< CollectionsEvent, CollectionsState >::getCollectionsUseCase = sl<GetCollectionsUseCase>()
private

Definition at line 20 of file collections_bloc.dart.

◆ updateCollectionStatusUsecase

final UpdateCollectionStatusUsecase Bloc< CollectionsEvent, CollectionsState >::updateCollectionStatusUsecase = sl<UpdateCollectionStatusUsecase>()
private

Definition at line 22 of file collections_bloc.dart.

◆ validateCollectionUseCase

final ValidateCollectionUsecase Bloc< CollectionsEvent, CollectionsState >::validateCollectionUseCase = sl<ValidateCollectionUsecase>()
private

Definition at line 23 of file collections_bloc.dart.


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