Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
Loading...
Searching...
No Matches
Bloc< UnloadingEvent, UnloadingState > Class Reference
Collaboration diagram for Bloc< UnloadingEvent, UnloadingState >:

Private Member Functions

 UnloadingBloc ()
Future< void_onGetPendingUnloadingCollections (GetPendingUnloadingCollectionsEvent event, Emitter< UnloadingState > emit,) async
Future< void_onGetHistoryUnloading (GetHistoryUnloadingEvent event, Emitter< UnloadingState > emit,) async
Future< void_onGetWarehouseResponsibleList (GetWarehouseResponsibleListEvent event, Emitter< UnloadingState > emit,) async
Future< void_onSendUnloading (SendUnloadingEvent event, Emitter< UnloadingState > emit,) async

Private Attributes

final GetPendingUnloadingCollectionsUseCase getPendingUnloadingCollectionsUseCase = sl<GetPendingUnloadingCollectionsUseCase>()
final GetHistoryUnloadingUseCase getHistoryUnloadingUseCase = sl<GetHistoryUnloadingUseCase>()
final GetWarehouseResponsibleListUseCase getWarehouseResponsibleListUseCase = sl<GetWarehouseResponsibleListUseCase>()
final SendUnloadingUsecase sendUnloadingUsecase = sl<SendUnloadingUsecase>()

Detailed Description

Definition at line 11 of file unloading_bloc.dart.

Member Function Documentation

◆ _onGetHistoryUnloading()

Future< void > Bloc< UnloadingEvent, UnloadingState >::_onGetHistoryUnloading ( GetHistoryUnloadingEvent event,
Emitter< UnloadingState > emit )
inlineprivate

Definition at line 36 of file unloading_bloc.dart.

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

◆ _onGetPendingUnloadingCollections()

Future< void > Bloc< UnloadingEvent, UnloadingState >::_onGetPendingUnloadingCollections ( GetPendingUnloadingCollectionsEvent event,
Emitter< UnloadingState > emit )
inlineprivate

Definition at line 24 of file unloading_bloc.dart.

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

◆ _onGetWarehouseResponsibleList()

Future< void > Bloc< UnloadingEvent, UnloadingState >::_onGetWarehouseResponsibleList ( GetWarehouseResponsibleListEvent event,
Emitter< UnloadingState > emit )
inlineprivate

Definition at line 48 of file unloading_bloc.dart.

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

◆ _onSendUnloading()

Future< void > Bloc< UnloadingEvent, UnloadingState >::_onSendUnloading ( SendUnloadingEvent event,
Emitter< UnloadingState > emit )
inlineprivate

Definition at line 62 of file unloading_bloc.dart.

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

◆ UnloadingBloc()

Bloc< UnloadingEvent, UnloadingState >::UnloadingBloc ( )
inlineprivate

Definition at line 17 of file unloading_bloc.dart.

Here is the call graph for this function:

Member Data Documentation

◆ getHistoryUnloadingUseCase

final GetHistoryUnloadingUseCase Bloc< UnloadingEvent, UnloadingState >::getHistoryUnloadingUseCase = sl<GetHistoryUnloadingUseCase>()
private

Definition at line 13 of file unloading_bloc.dart.

◆ getPendingUnloadingCollectionsUseCase

final GetPendingUnloadingCollectionsUseCase Bloc< UnloadingEvent, UnloadingState >::getPendingUnloadingCollectionsUseCase = sl<GetPendingUnloadingCollectionsUseCase>()
private

Definition at line 12 of file unloading_bloc.dart.

◆ getWarehouseResponsibleListUseCase

final GetWarehouseResponsibleListUseCase Bloc< UnloadingEvent, UnloadingState >::getWarehouseResponsibleListUseCase = sl<GetWarehouseResponsibleListUseCase>()
private

Definition at line 14 of file unloading_bloc.dart.

◆ sendUnloadingUsecase

final SendUnloadingUsecase Bloc< UnloadingEvent, UnloadingState >::sendUnloadingUsecase = sl<SendUnloadingUsecase>()
private

Definition at line 15 of file unloading_bloc.dart.


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