menu
electrician_app
features/settings/domain/usecases/save_user_profile.dart
SaveUserProfile
SaveUserProfile.new constructor
SaveUserProfile.new
dark_mode
light_mode
description
SaveUserProfile
constructor
SaveUserProfile
(
UserProfileRepository
repository
)
Implementation
SaveUserProfile(this.repository);
electrician_app
save_user_profile
SaveUserProfile
SaveUserProfile.new constructor
SaveUserProfile class