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