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

Private Member Functions

 RoutingPlanningBloc ()
void _onSetStartLocation (SetStartLocationEvent event, Emitter< RoutingPlanningState > emit,)
void _onSetSelectedCollections (SetSelectedCollectionsEvent event, Emitter< RoutingPlanningState > emit,)
void _onSetCollectionsToSchedule (SetCollectionsToScheduleEvent event, Emitter< RoutingPlanningState > emit,)
void _onSetEndLocation (SetEndLocationEvent event, Emitter< RoutingPlanningState > emit,)
Future< void_onCreateRouting (CreateRoutingEvent event, Emitter< RoutingPlanningState > emit,) async
void _onResetRoutingPlanning (ResetRoutingPlanningEvent event, Emitter< RoutingPlanningState > emit,)

Private Attributes

final CreateRoutingUseCase createRoutingUseCase = sl<CreateRoutingUseCase>()

Detailed Description

Definition at line 16 of file routing_planning_bloc.dart.

Member Function Documentation

◆ _onCreateRouting()

Future< void > Bloc< RoutingPlanningEvent, RoutingPlanningState >::_onCreateRouting ( CreateRoutingEvent event,
Emitter< RoutingPlanningState > emit )
inlineprivate

Definition at line 89 of file routing_planning_bloc.dart.

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

◆ _onResetRoutingPlanning()

void Bloc< RoutingPlanningEvent, RoutingPlanningState >::_onResetRoutingPlanning ( ResetRoutingPlanningEvent event,
Emitter< RoutingPlanningState > emit )
inlineprivate

Definition at line 175 of file routing_planning_bloc.dart.

Here is the caller graph for this function:

◆ _onSetCollectionsToSchedule()

void Bloc< RoutingPlanningEvent, RoutingPlanningState >::_onSetCollectionsToSchedule ( SetCollectionsToScheduleEvent event,
Emitter< RoutingPlanningState > emit )
inlineprivate

Definition at line 59 of file routing_planning_bloc.dart.

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

◆ _onSetEndLocation()

void Bloc< RoutingPlanningEvent, RoutingPlanningState >::_onSetEndLocation ( SetEndLocationEvent event,
Emitter< RoutingPlanningState > emit )
inlineprivate

Definition at line 71 of file routing_planning_bloc.dart.

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

◆ _onSetSelectedCollections()

void Bloc< RoutingPlanningEvent, RoutingPlanningState >::_onSetSelectedCollections ( SetSelectedCollectionsEvent event,
Emitter< RoutingPlanningState > emit )
inlineprivate

Definition at line 47 of file routing_planning_bloc.dart.

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

◆ _onSetStartLocation()

void Bloc< RoutingPlanningEvent, RoutingPlanningState >::_onSetStartLocation ( SetStartLocationEvent event,
Emitter< RoutingPlanningState > emit )
inlineprivate

Definition at line 29 of file routing_planning_bloc.dart.

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

◆ RoutingPlanningBloc()

Bloc< RoutingPlanningEvent, RoutingPlanningState >::RoutingPlanningBloc ( )
inlineprivate

Definition at line 20 of file routing_planning_bloc.dart.

Here is the call graph for this function:

Member Data Documentation

◆ createRoutingUseCase

final CreateRoutingUseCase Bloc< RoutingPlanningEvent, RoutingPlanningState >::createRoutingUseCase = sl<CreateRoutingUseCase>()
private

Definition at line 18 of file routing_planning_bloc.dart.


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