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

Private Member Functions

 CheckInOutBloc ()
Future< void_onGetAvailableVehiclesEvent (GetAvailableVehiclesEvent event, Emitter< CheckInOutState > emit,) async
Future< void_onSendVehicleCheckEvent (SendVehicleCheckEvent event, Emitter< CheckInOutState > emit,) async

Private Attributes

final _getAvailableVehiclesUseCase = sl<GetAvailableVehiclesUsecase>()
final _sendVehicleCheckUseCase = sl<SendVehicleCheckUsecase>()

Detailed Description

Definition at line 14 of file check_in_out_bloc.dart.

Member Function Documentation

◆ _onGetAvailableVehiclesEvent()

Future< void > Bloc< CheckInOutEvent, CheckInOutState >::_onGetAvailableVehiclesEvent ( GetAvailableVehiclesEvent event,
Emitter< CheckInOutState > emit )
inlineprivate

Definition at line 23 of file check_in_out_bloc.dart.

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

◆ _onSendVehicleCheckEvent()

Future< void > Bloc< CheckInOutEvent, CheckInOutState >::_onSendVehicleCheckEvent ( SendVehicleCheckEvent event,
Emitter< CheckInOutState > emit )
inlineprivate

Definition at line 35 of file check_in_out_bloc.dart.

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

◆ CheckInOutBloc()

Bloc< CheckInOutEvent, CheckInOutState >::CheckInOutBloc ( )
inlineprivate

Definition at line 18 of file check_in_out_bloc.dart.

Here is the call graph for this function:

Member Data Documentation

◆ _getAvailableVehiclesUseCase

final Bloc< CheckInOutEvent, CheckInOutState >::_getAvailableVehiclesUseCase = sl<GetAvailableVehiclesUsecase>()
private

Definition at line 15 of file check_in_out_bloc.dart.

◆ _sendVehicleCheckUseCase

final Bloc< CheckInOutEvent, CheckInOutState >::_sendVehicleCheckUseCase = sl<SendVehicleCheckUsecase>()
private

Definition at line 16 of file check_in_out_bloc.dart.


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