menu
electrician_app
features/projects/presentation/bloc/project_cubit.dart
ProjectCubit
updateElectricalStandard method
updateElectricalStandard
dark_mode
light_mode
description
updateElectricalStandard
method
void
updateElectricalStandard
(
String
id
)
Implementation
void updateElectricalStandard(String id) { emit(state.copyWith(electricalStandardId: id)); }
electrician_app
project_cubit
ProjectCubit
updateElectricalStandard method
ProjectCubit class