menu
electrician_app
features/settings/presentation/bloc/user_profile_cubit.dart
UserProfileCubit
clearError method
clearError
dark_mode
light_mode
description
clearError
method
void
clearError
(
)
Clears any error message
Implementation
void clearError() { emit(state.copyWith(error: null)); }
electrician_app
user_profile_cubit
UserProfileCubit
clearError method
UserProfileCubit class