menu
electrician_app
features/projects/presentation/bloc/project_cubit.dart
ProjectCubit
updateInstallationUsage method
updateInstallationUsage
dark_mode
light_mode
description
updateInstallationUsage
method
void
updateInstallationUsage
(
String
val
)
Implementation
void updateInstallationUsage(String val) => emit(state.copyWith(installationUsage: val));
electrician_app
project_cubit
ProjectCubit
updateInstallationUsage method
ProjectCubit class